fix path
This commit is contained in:
parent
eeae82e71d
commit
d1106d6d57
1 changed files with 1 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
||||||
Description=Daily working directory ~/Work
|
Description=Daily working directory ~/Work
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=MOUNTPOINT=%h/Work
|
Environment=MOUNTPOINT=Work
|
||||||
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py -m $MOUNTPOINT
|
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py -m $MOUNTPOINT
|
||||||
ExecStop=/usr/bin/fusermount -u ${MOUNTPOINT}
|
ExecStop=/usr/bin/fusermount -u ${MOUNTPOINT}
|
||||||
|
|
Loading…
Reference in a new issue