Files
2022-10-16 11:29:37 +02:00

17 lines
289 B
Desktop File

[Unit]
Description = Run teleinfo python script
After = network.target
[Service]
Type = simple
ExecStart = python /root/teleinfo.py
User = root
Group = root
Restart = on-failure
SyslogIdentifier = teleinfo
RestartSec = 5
TimeoutStartSec = infinity
[Install]
WantedBy = multi-user.target