chiark / gitweb /
units: On Debian Runlevel 2, 3, 4 and 5 are multi-user
[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