summaryrefslogtreecommitdiff
path: root/test1/fifo-demo.service
blob: 51b19961fa22c5d48053683a8b32fdb6da91ae79 (plain)
1
2
3
4
5
6
7
8
[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