mirror of
https://github.com/systemd/systemd.git
synced 2024-11-02 19:21:53 +03:00
9 lines
201 B
Desktop File
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
|