1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00
systemd-stable/test1/fifo-demo.service
2010-01-27 06:21:25 +01:00

9 lines
201 B
Desktop File

[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