summaryrefslogtreecommitdiff
path: root/test1/fifo-demo.service
diff options
context:
space:
mode:
Diffstat (limited to 'test1/fifo-demo.service')
-rw-r--r--test1/fifo-demo.service8
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