summarylogtreecommitdiffstats
path: root/sshd@.service
diff options
context:
space:
mode:
authorLogan2021-06-17 13:18:03 -0700
committerLogan2021-06-17 13:18:53 -0700
commit081a0d39821eeb945127b10435359fe3f5478b65 (patch)
tree2a126d8f38a4f8aaa044b23ae471cb964119ff79 /sshd@.service
downloadaur-openssh-socket-activation.tar.gz
Initial commit
Diffstat (limited to 'sshd@.service')
-rw-r--r--sshd@.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/sshd@.service b/sshd@.service
new file mode 100644
index 000000000000..0201a9d5ff28
--- /dev/null
+++ b/sshd@.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=OpenSSH Per-Connection Daemon
+After=sshdgenkeys.service
+
+[Service]
+ExecStart=-/usr/bin/sshd -i
+StandardInput=socket
+StandardError=syslog
+KillMode=process