Fix broken service file

This commit is contained in:
Manuel Thalmann 2022-11-16 19:09:57 +01:00
parent 9ff30017de
commit 2e78e55a0f

View file

@ -2,7 +2,7 @@
Description=rclone: Remote FUSE filesystem for cloud storage config %i
Documentation=man:rclone(1)
After=network-online.target
Wants=network-online.target
Requires=network-online.target
[Service]
Type=notify
@ -21,5 +21,4 @@ ExecStart= \
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
[Install]
Wants=network-online.target
After=network-online.target
WantedBy=default.target