Files
cloudron-box/src/systemd-mount.ejs
2021-05-12 23:57:12 -07:00

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