From 364cd91e9926fc2397025c018f26a6c945b39a67 Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Fri, 27 Jan 2023 17:04:56 -0800 Subject: [PATCH] Void linux should always start ssh --- void/helpers/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/void/helpers/build.sh b/void/helpers/build.sh index 836ad96..7b186d3 100755 --- a/void/helpers/build.sh +++ b/void/helpers/build.sh @@ -42,6 +42,6 @@ svdir=/etc/runit/runsvdir/default # Disable default agetty services rm -f $svdir/agetty-tty* -# Enable serial console +# Enable serial console and ssh ln -s /etc/sv/agetty-console $svdir/ - +ln -s /etc/sv/sshd $svdir/