mirror of https://tildegit.org/ben/sedbot
use full path and ignore logs
parent
b6ad48e079
commit
0d43cf75b8
|
@ -1 +1,3 @@
|
||||||
.cfg
|
.cfg
|
||||||
|
sedbot.err
|
||||||
|
sedbot.log
|
||||||
|
|
|
@ -5,7 +5,7 @@ After=sedbot.service
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/home/bot/sedbot
|
WorkingDirectory=/home/bot/sedbot
|
||||||
ExecStart=./sedbot.bash
|
ExecStart=/home/bot/sedbot/sedbot.bash
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
StartLimitInterval=60s
|
StartLimitInterval=60s
|
||||||
|
|
Loading…
Reference in New Issue