change options
This commit is contained in:
parent
93e011896b
commit
813871beee
1 changed files with 2 additions and 2 deletions
|
@ -2,6 +2,6 @@
|
||||||
Description=Daily working directory ~/Work
|
Description=Daily working directory ~/Work
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Environment=SRC=%h/archive DST=%h/Work
|
Environment=WORKDIRFS_OPTIONS="-a %h/archive -m %h/Work -t 3 -M False -y False"
|
||||||
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py ${SRC} ${DST}
|
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py ${WORKDIRFS_OPTIONS}
|
||||||
ExecStop=/usr/bin/fusermount -u ${DST}
|
ExecStop=/usr/bin/fusermount -u ${DST}
|
||||||
|
|
Loading…
Reference in a new issue