/etc/rc.local.d/{hpet,sysctl}.sh added

This commit is contained in:
Kolan Sh 2014-06-17 15:46:54 +04:00
parent dc4dda7c09
commit 6864bff5fa
2 changed files with 6 additions and 0 deletions

3
rc.local.d/hpet.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
echo hpet >/sys/devices/system/clocksource/clocksource0/current_clocksource

3
rc.local.d/sysctl.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
/sbin/sysctl -p /etc/sysctl.d/*.conf