diff options
Diffstat (limited to 'net-misc/openssh/files/sshd.socket')
-rw-r--r-- | net-misc/openssh/files/sshd.socket | 10 |
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 |