forked from brl/citadel
8 lines
125 B
Desktop File
8 lines
125 B
Desktop File
[Unit]
|
|
Description=Mount citadel rootfs
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=no
|
|
ExecStart=/bin/sh -c 'echo "hello world"'
|