citadel/meta-citadel/recipes-initrd/citadel-initramfs/files/citadel-rootfs-mount.service

9 lines
127 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Mount citadel rootfs
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/bin/sh -c 'echo "hello world"'