citadel-tools/systemd/citadel-boot-automount.service

12 lines
210 B
SYSTEMD
Raw Normal View History

[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