Merge branch 'master' of github.com:ZoneMinder/ZoneMinder

pull/599/head
Isaac Connor 2014-11-08 14:50:57 -05:00
commit 35d3859aa3
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ User=@WEB_USER@
Type=forking
ExecStart=@BINDIR@/zmpkg.pl start
ExecReload=@BINDIR@/zmpkg.pl restart
ExecStop=/bin/bash -c '[[ "$(@BINDIR@/pgrep zmdc.pl)" > 0 ]] && @BINDIR@/zmpkg.pl stop'
ExecStop=@BINDIR@/zmpkg.pl stop
PIDFile="@ZM_RUNDIR@/zm.pid"
[Install]