Skip to content

Commit

Permalink
Void linux should always start ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
bahamat committed Jan 28, 2023
1 parent a34511d commit 364cd91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions void/helpers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 364cd91

Please sign in to comment.