diff --git a/src/systemd-mount.ejs b/src/systemd-mount.ejs index e9e4386bc..895835641 100644 --- a/src/systemd-mount.ejs +++ b/src/systemd-mount.ejs @@ -3,6 +3,7 @@ Description=<%= name %> <% if ( type === 'cifs' || type === 'nfs' || type === 'sshfs' ) { %> Requires=unbound.service After=unbound.service +Before=docker.service <% } %> [Mount]