- Fix cleanup of generated .service files for systemd
- Use
sigaction(2)
instead ofsignal(2)
for handlingSIGUSR1
andSIGTERM
. This helps stoping hdapsd properly when using the DELL freefall sensor.
sigaction(2)
instead of signal(2)
for handling SIGUSR1
and SIGTERM
. This helps stoping hdapsd properly when using the DELL freefall sensor.