forked from brl/citadel-tools
Bruce Leidl
3cf87ee1da
And launch this subcommand from a systemd unit file, and use systemd-mount to create the automount units instead of writing them manually.
12 lines
210 B
Desktop File
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
|