ensure nss-lookup.target is hit after unbound starts
https://github.com/NLnetLabs/unbound/issues/296 this fixes volume hostname resolution on reboot
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
[Unit]
|
||||
Description=mount script for <%= name %>
|
||||
Requires=network-online.target unbound.service
|
||||
After=network-online.service unbound.service
|
||||
<% if ( type === 'cifs' || type === 'nfs' || type === 'sshfs' ) { %>
|
||||
Requires=unbound.service
|
||||
After=unbound.service
|
||||
<% } %>
|
||||
|
||||
[Mount]
|
||||
What=<%= what %>
|
||||
|
||||
Reference in New Issue
Block a user