citadel-tools/systemd/citadel-boot-automount.service
Bruce Leidl 3cf87ee1da Add a subcommand to citadel-boot to create /boot automount units
And launch this subcommand from a systemd unit file, and use
systemd-mount to create the automount units instead of writing
them manually.
2020-12-07 17:18:17 -05:00

12 lines
210 B
Desktop File

[Unit]
Description=Create /boot Automount Units
Before=boot-complete.target
[Service]
Type=oneshot
RemainAfterExit=true
ExecStart=/usr/libexec/citadel-boot boot-automount
[Install]
WantedBy=multi-user.target