summaryrefslogtreecommitdiff
path: root/debian/systemd/ssh.socket
blob: 5a766dcab6baf2e7c7acbbe6f8b688355c5ff8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=OpenBSD Secure Shell server socket
Before=ssh.service
Conflicts=ssh.service
ConditionPathExists=!/etc/ssh/sshd_not_to_be_run

[Socket]
ListenStream=22
Accept=yes

[Install]
WantedBy=sockets.target