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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue