Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created June 29, 2010 08:45
Show Gist options
  • Save TheNicholasNick/456982 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/456982 to your computer and use it in GitHub Desktop.
alpine:~# rc-update show
mini_httpd | default
sshd | default
acpid | default
syslog | boot
cron | default
mdev | sysinit
modules | boot
sysctl | boot
hwclock | boot
networking | boot
bootmisc | boot
hostname | boot
mount-ro | shutdown
dmesg | sysinit
modloop | sysinit
savecache | shutdown
hwdrivers | sysinit
devfs | sysinit
killprocs | shutdown
alpine:~# rc-update add localmount boot
* service localmount added to runlevel boot
alpine:~# rc-update show
mini_httpd | default
sshd | default
acpid | default
syslog | boot
cron | default
mdev | sysinit
modules | boot
sysctl | boot
hwclock | boot
networking | boot
bootmisc | boot
hostname | boot
mount-ro | shutdown
dmesg | sysinit
localmount | boot
modloop | sysinit
savecache | shutdown
hwdrivers | sysinit
devfs | sysinit
killprocs | shutdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment