summaryrefslogtreecommitdiff
path: root/net-misc/openssh/files/sshd.socket
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-10 22:32:41 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2018-03-10 22:32:41 +0300
commit5ce1bbe7d1016464d20c4c7749a752b0ce089663 (patch)
tree078f9fc4f2ad6ed5df56829843ba61726c0a430d /net-misc/openssh/files/sshd.socket
parent9421d2f948084be45a7ce74a4cb40a2062b1eb06 (diff)
openssh-scm
Diffstat (limited to 'net-misc/openssh/files/sshd.socket')
-rw-r--r--net-misc/openssh/files/sshd.socket10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/openssh/files/sshd.socket b/net-misc/openssh/files/sshd.socket
new file mode 100644
index 0000000..94b9533
--- /dev/null
+++ b/net-misc/openssh/files/sshd.socket
@@ -0,0 +1,10 @@
+[Unit]
+Description=OpenSSH Server Socket
+Conflicts=sshd.service
+
+[Socket]
+ListenStream=22
+Accept=yes
+
+[Install]
+WantedBy=sockets.target