20 lines
444 B
SYSTEMD
20 lines
444 B
SYSTEMD
# ZoneMinder systemd unit file
|
|
# This file is intended to work with Debian distributions
|
|
|
|
[Unit]
|
|
Description=ZoneMinder CCTV recording and surveillance system
|
|
After=network.target mysql.service
|
|
Requires=mysql.service
|
|
|
|
[Service]
|
|
#User=www-data
|
|
Type=forking
|
|
ExecStart=/usr/bin/zmpkg.pl start
|
|
ExecReload=/usr/bin/zmpkg.pl restart
|
|
ExecStop=/usr/bin/zmpkg.pl stop
|
|
PIDFile=/var/run/zm/zm.pid
|
|
Restart=on-abnormal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|