18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
[Unit]
|
|
Description=<%= name %>
|
|
<% if ( type === 'cifs' || type === 'nfs' || type === 'fuse.sshfs' ) { %>
|
|
Requires=unbound.service
|
|
After=unbound.service
|
|
Before=docker.service
|
|
<% } %>
|
|
|
|
[Mount]
|
|
What=<%= what %>
|
|
Where=<%= where %>
|
|
Options=<%= options %>
|
|
Type=<%= type %>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|