sshfs: fix bug where sshfs mounts were generated without unbound dependancy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=<%= name %>
|
||||
<% if ( type === 'cifs' || type === 'nfs' || type === 'sshfs' ) { %>
|
||||
<% if ( type === 'cifs' || type === 'nfs' || type === 'fuse.sshfs' ) { %>
|
||||
Requires=unbound.service
|
||||
After=unbound.service
|
||||
Before=docker.service
|
||||
|
||||
Reference in New Issue
Block a user