This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
zoneminder/zoneminder.service
Jason Tibbitts 708033ca21 More systemd fixes.
Add ExecReload to the service file.
BR: systemd-units for _unitdir.
2012-02-25 17:40:38 -06:00

12 lines
222 B
Desktop File

[Unit]
Description=Video security and surveillance system
[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