Skip to content

Commit

Permalink
Merge pull request #36 from TritonDataCenter/void_ssh
Browse files Browse the repository at this point in the history
Void linux should always start ssh
  • Loading branch information
citrus-it authored Feb 2, 2023
2 parents 015b4b2 + 364cd91 commit 143e4b2
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 143e4b2

Please sign in to comment.