--- /dev/null
+[Meta]
+Description=Simple Execution Demo
+
+[Service]
+ExecStart=/bin/ls
--- /dev/null
+[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
--- /dev/null
+[Meta]
+Description=FIFO Activation Demo Socket
+
+[Socket]
+ListenFIFO=/tmp/systemd-fifo-demo
+ExecStartPost=/bin/echo "OK, we're ready, now write something to /tmp/systemd-fifo-demo"
--- /dev/null
+../exec-demo.service
\ No newline at end of file
--- /dev/null
+../fifo-demo.socket
\ No newline at end of file