summarylogtreecommitdiffstats
path: root/hpnsshd.service
diff options
context:
space:
mode:
authorzer0def2022-05-13 07:44:53 +0200
committerzer0def2022-05-13 07:44:53 +0200
commit728576f5e92dcae0010131bf757788f12760abcd (patch)
treed65eae684d0bd7af9fd47e3fc7442190d23207ae /hpnsshd.service
parentaa7483e3fae0adf5cd105720ffc05ebcdc0df272 (diff)
downloadaur-728576f5e92dcae0010131bf757788f12760abcd.tar.gz
Added shim package maintaining behavior pre-HPN17v0
Diffstat (limited to 'hpnsshd.service')
-rw-r--r--hpnsshd.service17
1 files changed, 17 insertions, 0 deletions
diff --git a/hpnsshd.service b/hpnsshd.service
new file mode 100644
index 000000000000..0e531bb005d4
--- /dev/null
+++ b/hpnsshd.service
@@ -0,0 +1,17 @@
+[Unit]
+Description=OpenSSH-HPN Daemon
+Wants=hpnsshdgenkeys.service
+After=hpnsshdgenkeys.service
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/hpnsshd -D
+ExecReload=/bin/kill -HUP $MAINPID
+KillMode=process
+Restart=always
+
+[Install]
+WantedBy=multi-user.target
+
+# This service file runs an SSH daemon that forks for each incoming connection.
+# If you prefer to spawn on-demand daemons, use sshd.socket and sshd@.service.