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