diff options
Diffstat (limited to 'test1/fifo-demo.service')
-rw-r--r-- | test1/fifo-demo.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test1/fifo-demo.service b/test1/fifo-demo.service new file mode 100644 index 0000000000..51b19961fa --- /dev/null +++ b/test1/fifo-demo.service @@ -0,0 +1,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 |