aboutsummaryrefslogtreecommitdiff
path: root/extra/openssh/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/openssh/build')
-rwxr-xr-xextra/openssh/build7
1 files changed, 5 insertions, 2 deletions
diff --git a/extra/openssh/build b/extra/openssh/build
index 8680ddb1..d50490c7 100755
--- a/extra/openssh/build
+++ b/extra/openssh/build
@@ -21,6 +21,9 @@ make DESTDIR="$1" install
install -m 755 contrib/ssh-copy-id "$1/usr/bin/ssh-copy-id"
install -m 644 contrib/ssh-copy-id.1 "$1/usr/share/man/man8/ssh-copy-id.1"
-# Install runit services.
-install -Dm 755 sshd.run "$1/etc/sv/sshd/run"
+# Install runit service.
+install -Dm755 sshd.run "$1/etc/sv/sshd/run"
ln -s /run/runit/supervise.sshd "$1/etc/sv/sshd/supervise"
+
+# Install sysmgr service.
+install -Dm755 sshd.run "$1/etc/sysmgr/sshd"