2018-12-31 18:41:27 -05:00
|
|
|
[Unit]
|
2019-01-06 18:19:44 -05:00
|
|
|
Description=Set up citadel rootfs by mounting 'kernel' and 'extra'
|
2018-12-31 18:41:27 -05:00
|
|
|
DefaultDependencies=no
|
|
|
|
Conflicts=shutdown.target
|
|
|
|
After=sysroot.mount
|
|
|
|
Requires=sysroot.mount
|
|
|
|
Before=initrd-root-fs.target shutdown.target
|
|
|
|
AssertPathExists=/etc/initrd-release
|
|
|
|
|
|
|
|
[Service]
|
2019-04-02 15:49:53 -04:00
|
|
|
KeyringMode=shared
|
2018-12-31 18:41:27 -05:00
|
|
|
Type=oneshot
|
|
|
|
RemainAfterExit=yes
|
2019-04-02 15:49:53 -04:00
|
|
|
ExecStart=/usr/libexec/citadel-boot setup
|