Network mounts should only depend on systemd network-online.target now
This commit is contained in:
@@ -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
|
||||
<% } %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user