You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
237 B
INI
14 lines
237 B
INI
6 months ago
|
[Unit]
|
||
|
Description=Log4OM UDP Status Display
|
||
|
After=network.target
|
||
|
StartLimitIntervalSec=0
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
Restart=always
|
||
|
RestartSec=1
|
||
|
User=dewdude
|
||
|
ExecStart=/usr/bin/python3 /path/to/log4om.py
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|