blob: 51b19961fa22c5d48053683a8b32fdb6da91ae79 [file] [log] [blame] [raw]
[Meta]
Description=FIFO Activation Demo Service
[Service]
ExecStartPre=/bin/echo "Wow, es geht los!"
#ExecStart=/bin/bash -c 'read a <&3 ; echo "GOT: $a"'
ExecStart=/bin/bash -c 'cat <&3'
Type=simple