vega/testbot/testbot.service

14 lines
214 B
SYSTEMD
Raw Permalink Normal View History

2020-04-21 20:05:51 +00: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