updated service file to add a bit more log information

This commit is contained in:
Darks 2022-04-13 22:10:36 +02:00
parent 7370986ddd
commit 303a11c062
Signed by: Darks
GPG Key ID: 7515644268BE1433
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ After=network.target
[Service]
User=pc
WorkingDirectory=/home/pc/gitea-bot/
Environment="LOGLEVEL=info"
ExecStart=flask run
Restart=always