mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-05 22:34:35 +00:00
13 lines
226 B
SYSTEMD
13 lines
226 B
SYSTEMD
|
[Unit]
|
||
|
Description=RPLL Deploy Scheduler
|
||
|
|
||
|
[Service]
|
||
|
WorkingDirectory=/root
|
||
|
ExecStart=python /root/LegacyPlayersV3/Deploy/scheduler.py
|
||
|
User=root
|
||
|
Type=simple
|
||
|
Restart=on-failure
|
||
|
RestartSec=10
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|