forked from brl/citadel
9 lines
127 B
SYSTEMD
9 lines
127 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mount citadel rootfs
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
|
||
|
ExecStart=/bin/sh -c 'echo "hello world"'
|