16 lines
425 B
Desktop File
16 lines
425 B
Desktop File
[Unit]
|
|
Description=Set up citadel rootfs by mounting 'kernel' and 'extra'
|
|
DefaultDependencies=no
|
|
Conflicts=shutdown.target
|
|
After=sysroot.mount
|
|
Requires=sysroot.mount
|
|
Before=initrd-root-fs.target shutdown.target
|
|
AssertPathExists=/etc/initrd-release
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/libexec/citadel-mount overlay
|
|
ExecStart=/usr/libexec/citadel-mount kernel
|
|
ExecStart=/usr/libexec/citadel-mount extra
|