Network mounts should only depend on systemd network-online.target now

This commit is contained in:
Johannes Zellner
2024-10-29 14:07:03 +01:00
parent 0f3ab11532
commit 84de986efd

View File

@@ -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
<% } %>