-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Export To Systemd #664
Comments
@jasonivers I think you've mistyped the "it should be" part.
I see exactly the same issue for the few recent days. |
Anyone up for writing a patch and a test case so this doesn't regress again? |
I can take a look. Any idea how to write a test for this?
24 янв 2017 г. 6:19 PM пользователь "David Dollar" <[email protected]>
написал:
… Anyone up for writing a patch and a test case so this doesn't regress
again?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#664 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAM0GVdz0Fk6Y-QUAJtxb8W1mCW6omEuks5rVhabgaJpZM4Lpw7E>
.
|
Thanks guys for the great work, you might want to remove the gem 0.83 since you removed the release from git |
When can we expect this to be released? |
Thank you for coding the fix... will it be released any time soon? |
thank you so much 👍 |
When I have a .env file, foreman is ending up with ExecStart on the Environment line, like this:
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" "RAILS_ENV=uat" "RACK_ENV=uat" ExecStart=/bin/bash -lc 'bash -lic 'bin/sidekiq''
This breaks restarting it. It should be:
Environment="PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" "RAILS_ENV=uat" "RACK_ENV=uat" ExecStart=/bin/bash -lc 'bash -lic 'bin/sidekiq''
The text was updated successfully, but these errors were encountered: