mirror of
https://github.com/Fishwaldo/LEDMessageBoard.git
synced 2025-07-05 12:28:47 +00:00
18 lines
No EOL
322 B
Desktop File
18 lines
No EOL
322 B
Desktop File
[Unit]
|
|
Description=Zabbix-Stats
|
|
After=syslog.target
|
|
After=network.target
|
|
Requires=lmbd.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
Group=root
|
|
ExecStart=/usr/bin/python /usr/bin/zabbix_stats.py -c /etc/zabbix_stats.cfg
|
|
Restart=always
|
|
|
|
# Give the script some time to startup
|
|
TimeoutSec=300
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |