lib/negroku/tasks/unicorn.rb in negroku-0.0.10 vs lib/negroku/tasks/unicorn.rb in negroku-0.0.11
- old
+ new
@@ -8,10 +8,10 @@
# forks another one.
set_default :unicorn_workers_timeout, 30
# Workers are started with this user
# By default we get the user/group set in capistrano.
-set_default :unicorn_user, user
+set_default :unicorn_user, nil
# The wrapped bin to start unicorn
set_default :unicorn_bin, 'bin/unicorn'
set_default :unicorn_socket, fetch(:app_server_socket)