turtle-wow-source-kinda/Dumps/Source Code/20 - Development_turtle-logs/main/Deploy/conf/deploy.service

13 lines
226 B
SYSTEMD
Raw Normal View History

2024-08-06 16:06:40 +00:00
[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