Commit Graph

4 Commits

Author SHA1 Message Date
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
Arti Zirk ee349abc52 New version 2017-08-14 10:28:47 +03:00
Arti Zirk 85399eaf83 Merge changes from ABS 2017-04-14 16:51:33 +03:00
Arti Zirk 77b8e69053 init 2017-01-19 17:48:24 +02:00