Go to file
Arti Zirk b5c071a713 Check config before systemctl reload
Currently systemd does not support seperate ExecReloadPre command to
check if safe reload is possible.[0] It should be possible to emulate
similar behavior with multible ExecPreload lines but due to systemd
issue #11238 it is not currently possible.[1]

Current workaround is to tell systemd to ignore ExecReload command exit
code and put a oneliner shell script in there that checks if its safe to
reload nginx config files. Unfortunaly this does not give any feedback
on the running terminal if reload failed or not.

Fix for #11238 should land in systemd v243 some time in the future

[0] https://github.com/systemd/systemd/issues/2175
[1] https://github.com/systemd/systemd/issues/11238
2019-08-07 14:28:23 +03:00
.gitignore Add crucial gitignore 2018-12-25 18:02:42 +02:00
PKGBUILD Check config before systemctl reload 2019-08-07 14:28:23 +03:00
README.md fix link 2017-01-19 17:51:50 +02:00
logrotate Merge changes from ABS 2017-04-14 16:51:33 +03:00
nginx.install Merge changes from ABS 2017-04-14 16:51:33 +03:00
service Check config before systemctl reload 2019-08-07 14:28:23 +03:00

README.md

nginx-ilves

A custom nginx-mainline package based on Arch Build System PKGBUILD with some custom modules added