autodist/telegram/openmambabot.service

11 lines
204 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=/var/autodist/env/bin/python3 /usr/share/autodist/openmamba_bot.py
2017-12-30 23:14:48 +01:00
[Install]
WantedBy=multi-user.target