-
Notifications
You must be signed in to change notification settings - Fork 172
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
Script for Ubuntu 16.04 systemd #28
Comments
Yes absolutely LTS is on the road map. -Jason
|
Great, thanks. |
+1 |
Possibly related to this particular issue is that the script hangs for me on Ubuntu Server 16.04 LTS:
On the flip side, a php-fpm init.d script I've used unchanged since Ubuntu 12.04 LTS still works great. I was using the 2009 version of this nginx init.d script, ran into the same script hanging issue, and updated to the latest version of this script in the hope that it would fix the issue. As evidenced above, it didn't. Also of note: My configure line for nginx is:
Nothing fancy there. July 2016 marks the release of 16.04.1 LTS. At that point, 16.04 LTS becomes generally available to all LTS users - of which, I'd wager most are running servers. I suspect there will be a LOT more +1's on this issue shortly after that happens. |
FYI, I switched over to this script: https://github.com/Fleshgrinder/nginx-sysvinit-script From an active contributor on PHP internals and an officially recognized repo from the nginx side of things. Also, the script actually works out-of-the-box (I only had to configure the pid file) on Ubuntu 16.04 LTS. I'm not a fan of running make on an init.d script, but the makefile doesn't really do much. |
I got an start up error of the nginx init script: Though, I tried modifying the init script and have configured nginx with: The script mentioned by @cubiclesoft did very well without the need of modification but I am missing the console feedback as it's given in this script on start, restart, stop etc. |
This is for Ubuntu 14.04 upstart script. Do you have any plan to update it for Ubuntu 16.04 to use systemd script.
Thanks.
Andrew
The text was updated successfully, but these errors were encountered: