Fix Logging

This commit is contained in:
Dustin Brunner 2022-08-27 12:52:25 +02:00
parent 3f63276da7
commit 29540ca6f7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ After=multi-user.target
Type=simple
Restart=always
RestartSec=5
ExecStart=/usr/bin/python3 /home/user/software_python/readfreq_influxdb.py
ExecStart=/usr/bin/python3 -u /home/user/software_python/readfreq_influxdb.py
StandardOutput=syslog
StandardError=syslog