15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
[Unit]
|
|
Description=mount script for <%= name %>
|
|
Requires=network-online.target unbound.service
|
|
After=network-online.service unbound.service
|
|
|
|
[Mount]
|
|
What=<%= what %>
|
|
Where=<%= where %>
|
|
Options=<%= options %>
|
|
Type=<%= type %>
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|