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, 0 insertions, 8 deletions
diff --git a/test1/fifo-demo.service b/test1/fifo-demo.service
deleted file mode 100644
index 51b19961fa..0000000000
--- a/test1/fifo-demo.service
+++ /dev/null
@@ -1,8 +0,0 @@
-[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