summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/systemd/templates/dummy.socket
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/systemd/templates/dummy.socket')
-rw-r--r--test/integration/targets/systemd/templates/dummy.socket8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/integration/targets/systemd/templates/dummy.socket b/test/integration/targets/systemd/templates/dummy.socket
new file mode 100644
index 0000000..f23bf9b
--- /dev/null
+++ b/test/integration/targets/systemd/templates/dummy.socket
@@ -0,0 +1,8 @@
+[Unit]
+Description=Dummy Server Activation Socket
+
+[Socket]
+ListenDatagram=69
+
+[Install]
+WantedBy=sockets.target \ No newline at end of file