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

[Install]
WantedBy=multi-user.target