2013-09-22 05:34:23 +08:00
|
|
|
[Unit]
|
|
|
|
Description=Video security and surveillance system
|
2013-11-06 20:30:43 +08:00
|
|
|
After=mysqld.service
|
2013-09-22 05:34:23 +08:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=forking
|
|
|
|
ExecStart=/usr/bin/zmpkg.pl start
|
|
|
|
ExecReload=/usr/bin/zmpkg.pl reload
|
|
|
|
PIDFile=/run/zoneminder/zm.pid
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|