2018-03-27 20:40:02 -04:00
|
|
|
[Unit]
|
|
|
|
Description=Watch for new entries in /dev/mapper
|
2018-12-31 18:41:27 -05:00
|
|
|
DefaultDependencies=no
|
|
|
|
|
|
|
|
# Only run in initramfs
|
|
|
|
ConditionPathExists=/etc/initrd-release
|
|
|
|
|
|
|
|
# Only run if root is set to this exact path, since that's
|
|
|
|
# the path created by 'citadel-mount rootfs'
|
|
|
|
ConditionKernelCommandLine=root=/dev/mapper/rootfs
|
|
|
|
|
|
|
|
# Don't run if running from installer or in live mode
|
|
|
|
ConditionKernelCommandLine=!citadel.install
|
|
|
|
ConditionKernelCommandLine=!citadel.live
|
2018-03-27 20:40:02 -04:00
|
|
|
|
|
|
|
[Path]
|
|
|
|
PathChanged=/dev/mapper
|
|
|
|
|