16 lines
256 B
Desktop File
Executable File
16 lines
256 B
Desktop File
Executable File
[Unit]
|
|
Description=BotGen by @drowkid1
|
|
After=network.target
|
|
StartLimitIntervalSec=0
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/root
|
|
ExecStart=/bin/bash /etc/adm-db/BotGen.sh -start
|
|
Restart=always
|
|
RestartSec=3s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|