diff --git a/workdirfs.service b/workdirfs.service index 947bc10..65f3650 100644 --- a/workdirfs.service +++ b/workdirfs.service @@ -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}