summaryrefslogtreecommitdiff
path: root/test1/fifo-demo.service
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-27 06:21:25 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-27 06:21:25 +0100
commit836698b90be5ce5e8aae86f39d03614260ffde5d (patch)
treeb49d8026a533fc2d785483c107a495e8dcc77912 /test1/fifo-demo.service
parentceee3d82853a198884795e5d815b895468212b24 (diff)
extend examples a bit
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