Fix Logging
This commit is contained in:
parent
3f63276da7
commit
29540ca6f7
|
@ -33,7 +33,7 @@ After=multi-user.target
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
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
|
StandardOutput=syslog
|
||||||
StandardError=syslog
|
StandardError=syslog
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue