chiark / gitweb /
tmpfiles: Don't clean /var/lock/subsys; it is not aged content
[elogind.git] / test1 / fifo-demo.service
1 [Meta]
2 Description=FIFO Activation Demo Service
3
4 [Service]
5 ExecStartPre=/bin/echo "Wow, es geht los!"
6 #ExecStart=/bin/bash -c 'read a <&3 ; echo "GOT: $a"'
7 ExecStart=/bin/bash -c 'cat <&3'
8 Type=simple