Fix broken service file
This commit is contained in:
parent
ea21392fa4
commit
70ed759718
1 changed files with 2 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
Description=rclone: Remote FUSE filesystem for cloud storage config %i
|
Description=rclone: Remote FUSE filesystem for cloud storage config %i
|
||||||
Documentation=man:rclone(1)
|
Documentation=man:rclone(1)
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
Wants=network-online.target
|
Requires=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
|
@ -21,5 +21,4 @@ ExecStart= \
|
||||||
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
|
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
Wants=network-online.target
|
WantedBy=default.target
|
||||||
After=network-online.target
|
|
||||||
|
|
Loading…
Reference in a new issue