mirror of
https://github.com/house-of-vanity/conf_bot.git
synced 2025-07-06 22:34:07 +00:00
18 lines
338 B
SYSTEMD
18 lines
338 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=Telegram spy bot.
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=ab
|
||
|
Group=ab
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
StartLimitInterval=60s
|
||
|
StartLimitBurst=3
|
||
|
WorkingDirectory=/var/lib/conf_bot
|
||
|
ExecStart=/usr/bin/python3 /var/lib/conf_bot/main.py
|
||
|
ExecStop=killall -TERM /usr/bin/python3 /var/lib/conf_bot/main.py
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|
||
|
|
||
|
|