mirror of https://tildegit.org/ben/sedbot
17 lines
237 B
INI
17 lines
237 B
INI
|
[Unit]
|
||
|
Description=irc sedbot
|
||
|
After=sedbot.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
WorkingDirectory=/home/bot/sedbot
|
||
|
ExecStart=./sedbot.bash
|
||
|
Restart=always
|
||
|
RestartSec=5
|
||
|
StartLimitInterval=60s
|
||
|
StartLimitBurst=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|
||
|
|