Use unbuffered output for systemd service

This commit is contained in:
Kumi 2021-11-30 18:15:30 +01:00
parent 5db445db9b
commit ce951b0a4e

View file

@ -92,7 +92,7 @@ After=syslog.target network.target
Type=simple
User=replication
WorkingDirectory=/opt/ContentMonster/
ExecStart=/opt/ContentMonster/venv/bin/python /opt/ContentMonster/worker.py
ExecStart=/opt/ContentMonster/venv/bin/python -u /opt/ContentMonster/worker.py
Restart=on-abort
[Install]