summaryrefslogtreecommitdiff
path: root/community/hdapsd/hdapsd.systemd
blob: 328699bc79cfe07edae8bd5aa12642b5ee7b47b7 (plain)
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