make example unit unbuffered

This commit is contained in:
Ben Harris 2021-02-19 10:39:10 -05:00
parent b46e6e06f8
commit 1e42b6d655
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=tooter.service
[Service]
Type=simple
WorkingDirectory=/home/ben/workspace/tooter
ExecStart=/usr/bin/python3 tooter.py
ExecStart=/usr/bin/python3 -u tooter.py
Restart=always
RestartSec=5
StartLimitInterval=60s