From a43fb36f44655e7c142c7973d548e8505fb1cda4 Mon Sep 17 00:00:00 2001 From: Igor <2006giqhpmine.ru@gmail.com> Date: Sat, 29 Jan 2022 22:03:35 +0900 Subject: Add docker )) --- FunnyPineappleBot.sample.service | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 FunnyPineappleBot.sample.service (limited to 'FunnyPineappleBot.sample.service') diff --git a/FunnyPineappleBot.sample.service b/FunnyPineappleBot.sample.service deleted file mode 100644 index 210b267..0000000 --- a/FunnyPineappleBot.sample.service +++ /dev/null @@ -1,18 +0,0 @@ -[Unit] -Description=Telegram bot from FunnyPineappleChat -After=syslog.target -After=network.target - -[Service] -Type=simple -User={username} -WorkingDirectory={path} -ExecStart={py_path} main.py -m -KillMode=control-group -KillSignal=15 -SendSIGKILL={send_kill} -RestartSec=5 -Restart=always - -[Install] -WantedBy=multi-user.target \ No newline at end of file -- cgit v1.2.3