mirror of
https://github.com/house-of-vanity/conf_bot.git
synced 2025-07-06 14:24:08 +00:00
18 lines
338 B
Desktop File
18 lines
338 B
Desktop File
[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
|
|
|
|
|