dpbt/.exp/otros/BotGen.service

16 lines
256 B
SYSTEMD
Raw Permalink Normal View History

2025-05-26 18:16:06 -06:00
[Unit]
Description=BotGen by @drowkid1
After=network.target
StartLimitIntervalSec=0
2025-05-26 17:04:02 -06:00
2025-05-26 18:16:06 -06:00
[Service]
Type=simple
User=root
WorkingDirectory=/root
ExecStart=/bin/bash /etc/adm-db/BotGen.sh -start
Restart=always
RestartSec=3s
2025-05-26 17:04:02 -06:00
2025-05-26 18:16:06 -06:00
[Install]
WantedBy=multi-user.target