Created
June 29, 2010 08:45
-
-
Save TheNicholasNick/456982 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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