11 lines
224 B
SYSTEMD
11 lines
224 B
SYSTEMD
|
[Unit]
|
||
|
Description=constantly updating the kicklist
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=nonroot
|
||
|
WorkingDirectory=/home/nonroot/nosteam_verifier
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
ExecStart=/home/nonroot/nosteam_verifier/nosteam_checker.py
|