This commit is contained in:
Jakobus Schürz 2020-02-12 18:07:16 +01:00
parent c1d8601375
commit 91d3e7f857

View file

@ -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}