summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/systemd/templates/dummy.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/systemd/templates/dummy.service')
-rw-r--r--test/integration/targets/systemd/templates/dummy.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/integration/targets/systemd/templates/dummy.service b/test/integration/targets/systemd/templates/dummy.service
new file mode 100644
index 0000000..f38dce1
--- /dev/null
+++ b/test/integration/targets/systemd/templates/dummy.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Dummy Server
+Requires=dummy.socket
+Documentation=dummy
+
+[Service]
+ExecStart=/bin/yes
+StandardInput=socket
+
+[Install]
+Also=dummy.socket