about summary refs log tree commit homepage
path: root/examples/unicorn@.service
diff options
context:
space:
mode:
Diffstat (limited to 'examples/unicorn@.service')
-rw-r--r--examples/unicorn@.service2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/unicorn@.service b/examples/unicorn@.service
index b058da5..56aaec8 100644
--- a/examples/unicorn@.service
+++ b/examples/unicorn@.service
@@ -11,6 +11,8 @@ Wants = unicorn.socket
 After = unicorn.socket
 
 [Service]
+# bundler users must use the "--keep-file-descriptors" switch, here:
+# ExecStart = bundle exec --keep-file-descriptors unicorn -c ...
 ExecStart = /usr/bin/unicorn -c /path/to/unicorn.conf.rb /path/to/config.ru
 Sockets = unicorn.socket
 KillSignal = SIGQUIT