volumes: generate systemd mount files based on mount type

This commit is contained in:
Girish Ramakrishnan
2021-05-12 18:00:43 -07:00
parent 4c938b5e77
commit 50407eba0b
14 changed files with 281 additions and 41 deletions
+14
View File
@@ -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