summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/systemd/templates/dummy.service
blob: f38dce10e6d10b984225a4d52e1ef9597a7163ff (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Dummy Server
Requires=dummy.socket
Documentation=dummy

[Service]
ExecStart=/bin/yes
StandardInput=socket

[Install]
Also=dummy.socket