]> git.ipfire.org Git - people/ms/systemd.git/blob - test1/fifo-demo.service
Remove .h files from _SOURCES
[people/ms/systemd.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