.gitignore: Add laststatus.txt

dev
Felix 2020-12-30 01:20:41 +01:00
parent 9d6c3bd0d1
commit 3f84e1b65d
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored 100644
View File

@ -0,0 +1 @@
laststatus.txt

View File

@ -8,5 +8,7 @@ Type=oneshot
WorkingDirectory = %h/bot
#Environment=SONYDEVWORLD_BOT_TOKEN='<my-token>'
#Environment=SONYDEVWORLD_BOT_CHANNEL='<my-channel-id>'
# PYTHONUNBUFFERED is needed for proper logging to journald
Environment=PYTHONUNBUFFERED=1
ExecStart = /usr/bin/python3 %h/bot/SonyDevWorld.py
PrivateTmp=true