sshfs: fix bug where sshfs mounts were generated without unbound dependancy

This commit is contained in:
Girish Ramakrishnan
2022-03-30 21:39:15 -07:00
parent 7ec1594428
commit d09d6c21fa
2 changed files with 2 additions and 1 deletions

View File

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