aboutsummaryrefslogtreecommitdiff
path: root/FunnyPineappleBot.sample.service
diff options
context:
space:
mode:
authorIgor <2006giqhpmine.ru@gmail.com>2022-01-29 22:03:35 +0900
committerIgor <2006giqhpmine.ru@gmail.com>2022-01-29 22:03:35 +0900
commita43fb36f44655e7c142c7973d548e8505fb1cda4 (patch)
tree20ab9e42a460f39670894ff1d8f7664566ae2241 /FunnyPineappleBot.sample.service
parent3d0849f973e5574812a90f2bc5fdd66db4a599b2 (diff)
downloadkarpov_ai_bot-a43fb36f44655e7c142c7973d548e8505fb1cda4.tar.gz
karpov_ai_bot-a43fb36f44655e7c142c7973d548e8505fb1cda4.zip
Add docker ))
Diffstat (limited to 'FunnyPineappleBot.sample.service')
-rw-r--r--FunnyPineappleBot.sample.service18
1 files changed, 0 insertions, 18 deletions
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 @@
1[Unit]
2Description=Telegram bot from FunnyPineappleChat
3After=syslog.target
4After=network.target
5
6[Service]
7Type=simple
8User={username}
9WorkingDirectory={path}
10ExecStart={py_path} main.py -m
11KillMode=control-group
12KillSignal=15
13SendSIGKILL={send_kill}
14RestartSec=5
15Restart=always
16
17[Install]
18WantedBy=multi-user.target \ No newline at end of file