Files
cloudron-box/src/systemd-mount.ejs

15 lines
264 B
Plaintext
Raw Normal View History

[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