12 lines
210 B
SYSTEMD
12 lines
210 B
SYSTEMD
|
[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
|