aboutsummaryrefslogtreecommitdiff
path: root/FunnyPineappleBot.sample.service
diff options
context:
space:
mode:
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