volumes: generate systemd mount files based on mount type
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user