rearrange config installation
diff --git a/turbo_hipster/worker_server.py b/turbo_hipster/worker_server.py
index 6a492fd..5469773 100755
--- a/turbo_hipster/worker_server.py
+++ b/turbo_hipster/worker_server.py
@@ -114,7 +114,7 @@
                         help='Run in the background.')
     parser.add_argument('-p', '--pidfile',
                         default='/var/run/turbo-hipster/'
-                                'sql-migrate-gearman-worker.pid',
+                                'turbo-hipster-worker-server.pid',
                         help='PID file to lock during daemonization.')
     args = parser.parse_args()