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

8 lines
125 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Mount citadel rootfs
[Service]
Type=oneshot
2018-03-27 20:40:02 -04:00
RemainAfterExit=no
ExecStart=/bin/sh -c 'echo "hello world"'