autodist/telegram/openmambabot.service

11 lines
190 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
ExecStart=/usr/bin/python /usr/share/autodist/openmamba_bot.py
[Install]
WantedBy=multi-user.target