]> git.ipfire.org Git - thirdparty/systemd.git/blame - test1/fifo-demo.service
man: runlevel 5 is usually more comprehensive, so use it instead of 3 to detect wheth...
[thirdparty/systemd.git] / test1 / fifo-demo.service
CommitLineData
836698b9
LP
1[Meta]
2Description=FIFO Activation Demo Service
3
4[Service]
5ExecStartPre=/bin/echo "Wow, es geht los!"
6#ExecStart=/bin/bash -c 'read a <&3 ; echo "GOT: $a"'
7ExecStart=/bin/bash -c 'cat <&3'
8Type=simple