Make rclone service network dependent
This commit is contained in:
parent
459a3a0174
commit
44401a64e6
1 changed files with 2 additions and 1 deletions
|
@ -21,4 +21,5 @@ ExecStart= \
|
||||||
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
|
ExecStop=bash -c '/bin/fusermount -zu "%h/${EXPRESSION#*":"}"'
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=default.target
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
|
Loading…
Reference in a new issue