summaryrefslogtreecommitdiffstats
path: root/projectroot/lib/systemd/system/sshd@.service
diff options
context:
space:
mode:
Diffstat (limited to 'projectroot/lib/systemd/system/sshd@.service')
-rw-r--r--projectroot/lib/systemd/system/sshd@.service8
1 files changed, 8 insertions, 0 deletions
diff --git a/projectroot/lib/systemd/system/sshd@.service b/projectroot/lib/systemd/system/sshd@.service
new file mode 100644
index 000000000..a96f28680
--- /dev/null
+++ b/projectroot/lib/systemd/system/sshd@.service
@@ -0,0 +1,8 @@
+[Unit]
+Description=SSH Per-Connection Server
+After=syslog.target
+
+[Service]
+ExecStart=/usr/sbin/sshd -i
+SuccessExitStatus=0 255
+StandardInput=socket