dpbt/otros/BotGen.service

15 lines
293 B
SYSTEMD
Raw Normal View History

2025-05-26 17:04:02 -06:00
[Unit]
Description=BotGen by @drowkid1After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
User=root
WorkingDirectory=/root
ExecStart=/bin/bash ${sdir[0]}/BotGen.sh -start
Restart=always
RestartSec=3s
[Install]
WantedBy=multi-user.target