summaryrefslogtreecommitdiff
path: root/community/hdapsd/hdapsd.systemd
blob: d3927d61effd8fc2825afdf88bed6e0eb0f5c958 (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/bin/hdapsd-wrapper
ExecReload=/bin/kill -HUP ${MAINPID}

[Install]
WantedBy=multi-user.target