Skip to content

Instantly share code, notes, and snippets.

@ncopa
Created May 14, 2015 09:34
Show Gist options
  • Save ncopa/295ad813014e7f9c82cc to your computer and use it in GitHub Desktop.
Save ncopa/295ad813014e7f9c82cc to your computer and use it in GitHub Desktop.
(none):~# rc-update add cron
* service cron added to runlevel default
(none):~# ln -s /etc/runlevels/boot /etc/runlevels/default/
(none):~# openrc default
* Loading modules ... [ ok ]
* Setting system clock using the hardware clock [UTC] ... [ ok ]
* Checking local filesystems ... [ ok ]
* Remounting filesystems ... [ ok ]
* Mounting local filesystems ... [ ok ]
* Configuring kernel parameters ... [ ok ]
* Migrating /var/lock to /run/lock ... [ ok ]
* Migrating /var/run to /run ... [ ok ]
* Creating user login records ... [ ok ]
* Wiping /tmp directory ... [ ok ]
* Setting hostname ... [ ok ]
* Starting busybox klogd ... [ ok ]
* Starting busybox syslog ... [ ok ]
* Starting busybox cron ... [ ok ]
localhost:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment