Skip to main content
Makenot
.
work
Discover
Use Cases
Docs
Fan+
Login
Join
max
/
mountaineer
main
Files
Commits
Issues
mountaineer
/
build
/
apkovl-src
/
live
/
etc
/
local.d
/
sshd.start
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