7 lines
139 B
Desktop File
7 lines
139 B
Desktop File
[Unit]
|
|
Description=Example Service
|
|
|
|
[Service]
|
|
ExecStart=/bin/bash -c 'echo "Hello, world!" > /tmp/example_output.txt'
|
|
StandardInput=socket
|