fix typo
This commit is contained in:
parent
c1d8601375
commit
91d3e7f857
1 changed files with 1 additions and 1 deletions
|
@ -4,5 +4,5 @@ Description=Daily working directory ~/Work
|
|||
[Service]
|
||||
EnvironmentFile=/etc/workdirfs.conf
|
||||
EnvironmentFile=-%h/.config/workdirfs.conf
|
||||
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py --archive ${ARCHIVE} --mountpoint ${MOUNTPOINT} --timeoffset ${TIMEOFFSET} -y ${YEARLYDIR} -M ${MONTHLYDIR}
|
||||
ExecStart=/usr/bin/python3 -u /usr/local/bin/workdirfs.py --archive ${ARCHIVE} --mountpoint ${MOUNTPOINT} --timeoffset ${TIMEOFFSET} -y ${YEARLYDIR} -M ${MONHTLYDIR}
|
||||
ExecStop=/usr/bin/fusermount -u ${MOUNTPOINT}
|
||||
|
|
Loading…
Reference in a new issue