sedbot/sedbot.service

17 lines
255 B
SYSTEMD
Raw Normal View History

2019-03-30 21:50:14 +00:00
[Unit]
Description=irc sedbot
After=sedbot.service
[Service]
Type=simple
2020-02-24 17:01:12 +00:00
WorkingDirectory=/home/ben/workspace/sedbot
ExecStart=/bin/bash sedbot.bash
2019-03-30 21:50:14 +00:00
Restart=always
RestartSec=5
StartLimitInterval=60s
StartLimitBurst=3
[Install]
WantedBy=default.target