use full path and ignore logs

This commit is contained in:
Ben Harris 2019-03-30 19:25:44 -04:00
parent b6ad48e079
commit 0d43cf75b8
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1,3 @@
.cfg
sedbot.err
sedbot.log

View File

@ -5,7 +5,7 @@ After=sedbot.service
[Service]
Type=simple
WorkingDirectory=/home/bot/sedbot
ExecStart=./sedbot.bash
ExecStart=/home/bot/sedbot/sedbot.bash
Restart=always
RestartSec=5
StartLimitInterval=60s