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.systemd2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hdapsd/hdapsd.systemd b/community/hdapsd/hdapsd.systemd
index d3927d61e..0f35250a7 100644
--- a/community/hdapsd/hdapsd.systemd
+++ b/community/hdapsd/hdapsd.systemd
@@ -5,7 +5,7 @@ After=syslog.target
[Service]
Type=forking
PIDFile=/var/run/hdapsd.pid
-ExecStart=/usr/bin/hdapsd-wrapper
+ExecStart=/usr/bin/hdapsd -bp
ExecReload=/bin/kill -HUP ${MAINPID}
[Install]