add -u to flush stdoud immediately
This commit is contained in:
parent
caa922add1
commit
859fd4ece3
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ Description=Daily working directory ~/Work
|
|||
|
||||
[Service]
|
||||
Environment=SRC=%h/archive DST=%h/Work
|
||||
ExecStart=/usr/bin/python3 /usr/local/bin/workdirfs.py ${SRC} ${DST}
|
||||
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py ${SRC} ${DST}
|
||||
ExecStop=/usr/bin/fusermount -u ${DST}
|
||||
|
|
Loading…
Reference in a new issue