Skip to main content

max / mountaineer

296 B · 8 lines History Blame Raw
1 #!/bin/sh
2 # Mountaineer live env: start sshd after the apkovl applied.
3 # The runlevel symlink is in the apkovl, but the default runlevel was
4 # entered before the apkovl drop-in. The `local` service runs after,
5 # and is in the default runlevel by default on Alpine.
6
7 rc-service sshd start || true
8