Ben Price 83972b80b4 nixos/acme: implement postRun using ExecStartPost
In 5532065d0690645f0a813fed6e68163b0f4774d4, acme was changed to be
RemainAfterExit=true, but `postRun` commands are implemented as
`ExecStopPost`. Systemd now considers the service to be still running
after simp_le is finished, so won't run these commands (e.g. to reload
certificates in a webserver). Change `postRun` to use `ExecStartPost` to
ensure the commands are run in a timely manner.
2019-12-19 17:39:59 +00:00
..
2019-09-19 19:17:30 +02:00
2019-06-10 18:55:11 +03:00
2019-09-19 19:17:30 +02:00
2019-08-26 21:40:19 +00:00