autodist/telegram/openmambabot.service

11 lines
191 B
SYSTEMD
Raw Normal View History

2017-12-30 23:14:48 +01:00
[Unit]
Description=openmamba bot for Telegram
After=syslog.target
[Service]
Type=simple
2020-11-19 12:34:53 +01:00
ExecStart=/usr/bin/python3 /usr/share/autodist/openmamba_bot.py
2017-12-30 23:14:48 +01:00
[Install]
WantedBy=multi-user.target