summaryrefslogtreecommitdiff
path: root/community/hdapsd/hdapsd.systemd
diff options
context:
space:
mode:
Diffstat (limited to 'community/hdapsd/hdapsd.systemd')
-rw-r--r--community/hdapsd/hdapsd.systemd12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/hdapsd/hdapsd.systemd b/community/hdapsd/hdapsd.systemd
deleted file mode 100644
index 0f35250a7..000000000
--- a/community/hdapsd/hdapsd.systemd
+++ /dev/null
@@ -1,12 +0,0 @@
-[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