diff --git a/src/systemd-mount.ejs b/src/systemd-mount.ejs index 1ccf729a1..1798414e1 100644 --- a/src/systemd-mount.ejs +++ b/src/systemd-mount.ejs @@ -1,8 +1,8 @@ [Unit] Description=<%= name %> <% if ( type === 'cifs' || type === 'nfs' || type === 'fuse.sshfs' ) { %> -Requires=unbound.service -After=unbound.service +Requires=network-online.target +After=network-online.target Before=docker.service <% } %>