mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
247 B

#!/bin/sh
#
# ROCK Linux: /etc/rc.d/rc.local
#
# This script is executed at the end of the system startup sequence
# This is the right place for adding your own startup commands
#
# set -x
# echo "Yet another boot.." >> /var/log/boot.log
exit 0