1 2 3 4 5 6 7 8 9 10 11 12
[Unit] Description=HDAPS userspace hard drive protection daemon After=syslog.target [Service] Type=forking PIDFile=/var/run/hdapsd.pid ExecStart=/usr/sbin/hdapsd-wrapper ExecReload=/bin/kill -HUP ${MAINPID} [Install] WantedBy=multi-user.target