From 4f8afe8e27b2a62e21a83253012c80e6c7717394 Mon Sep 17 00:00:00 2001 From: "@drowkid01" Date: Mon, 26 May 2025 18:16:06 -0600 Subject: [PATCH] @drowkid1 --- otros/BotGen.service | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/otros/BotGen.service b/otros/BotGen.service index 27e49b9..e88dd41 100755 --- a/otros/BotGen.service +++ b/otros/BotGen.service @@ -1,14 +1,15 @@ - [Unit] - Description=BotGen by @drowkid1After=network.target - StartLimitIntervalSec=0 +[Unit] +Description=BotGen by @drowkid1 +After=network.target +StartLimitIntervalSec=0 - [Service] - Type=simple - User=root - WorkingDirectory=/root - ExecStart=/bin/bash ${sdir[0]}/BotGen.sh -start - Restart=always - RestartSec=3s +[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 +[Install] +WantedBy=multi-user.target