13 lines
270 B
Desktop File
13 lines
270 B
Desktop File
[Unit]
|
|
Description=Routerstats collector service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/env python3 /usr/local/bin/routerstats_collector.py
|
|
#So STDOUT and STDERR are not buffered
|
|
Environment=PYTHONUNBUFFERED=1
|
|
Restart=on-failure
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=default.target
|