Optimize the systemd file to work better with the SIGHUP UNIX process signal
Technical
Setting the systemd Type to notify-reload (see docs)
This kind of unit file expects the application to notify the daemon via sd_notify with the following signals:
READY=1
RELOADING=1
MONOTONIC_USEC=... (not added yet)
Other fixes
I fixed the systemd unit file with the wrong syntax InaccessiblePaths=-/bin/find
Fixes #102
Optimize the systemd file to work better with the
SIGHUP
UNIX process signalTechnical
Setting the systemd
Type
tonotify-reload
(see docs) This kind of unit file expects the application to notify the daemon via sd_notify with the following signals:READY=1
RELOADING=1
MONOTONIC_USEC=...
(not added yet)Other fixes
I fixed the systemd unit file with the wrong syntax
InaccessiblePaths=-/bin/find
Fixes #102