vega/testbot/testbot.service

14 lines
214 B
SYSTEMD
Raw Normal View History

2020-04-21 16:05:51 -04:00
[Unit]
Description=Testing Matrix bot
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/usr/local/bin/testbot
[Install]
WantedBy=multi-user.target