2018-03-03 21:37:48 -05:00
|
|
|
[Unit]
|
|
|
|
Description=Mount citadel rootfs
|
|
|
|
|
2018-03-27 21:48:58 -04:00
|
|
|
ConditionPathExists=/dev/mapper/citadel-rootfsA
|
|
|
|
ConditionPathExists=/dev/mapper/citadel-rootfsB
|
|
|
|
ConditionPathExists=/dev/mapper/citadel-storage
|
|
|
|
|
2018-03-03 21:37:48 -05:00
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2018-03-27 21:48:58 -04:00
|
|
|
RemainAfterExit=yes
|
2018-03-03 21:37:48 -05:00
|
|
|
ExecStart=/bin/sh -c 'echo "hello world"'
|