> [Service]
> +# bundler users must use the "--keep-file-descriptors" switch, here:
> +# ExecStart = bundle exec --keep-file-descriptors /usr/bin/unicorn ...
 
Small correction: it’s `/usr/bin/bundle exec --keep-file-descriptors
unicorn`, not `bundle exec --keep-file-descriptiors /usr/bin/unicorn`
(first argument to ExecStart must be a full path.)

Reply via email to