summarylogtreecommitdiffstats
path: root/zoneminder.service
diff options
context:
space:
mode:
authorTroy Will2016-01-10 15:33:56 -0800
committerTroy Will2016-01-10 15:33:56 -0800
commit91cf6ced3d61ae5452951d24d66dcf1accbc3a4f (patch)
treee137e0c0a56e527a4b75327948014ea1d80b705d /zoneminder.service
parentea3d571111665ca2ab836386b4914b1f66733712 (diff)
downloadaur-91cf6ced3d61ae5452951d24d66dcf1accbc3a4f.tar.gz
httpd-zoneminder.conf: PHP7
zoneminder.install: PHP7
Diffstat (limited to 'zoneminder.service')
-rw-r--r--zoneminder.service4
1 files changed, 1 insertions, 3 deletions
diff --git a/zoneminder.service b/zoneminder.service
index 4ba745844503..48268f1391d8 100644
--- a/zoneminder.service
+++ b/zoneminder.service
@@ -1,5 +1,3 @@
-# ZoneMinder systemd unit file for Arch Linux
-
[Unit]
Description=ZoneMinder CCTV recording and security system
After=network.target mysqld.service httpd.service
@@ -11,7 +9,7 @@ Type=forking
ExecStart=/usr/bin/zmpkg.pl start
ExecReload=/usr/bin/zmpkg.pl restart
ExecStop=/usr/bin/zmpkg.pl stop
-PIDFile="/srv/zoneminder/zm.pid"
+PIDFile=/run/zoneminder/zm.pid
[Install]
WantedBy=multi-user.target