Use unbuffered output for systemd service
This commit is contained in:
parent
5db445db9b
commit
ce951b0a4e
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue