From 91d3e7f8572b392228dc58e34e89de08000c0579 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 12 Feb 2020 18:07:16 +0100 Subject: [PATCH] fix typo --- workdirfs.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}