Suggestions for making sysfs parameters persist across reboots
Posted
by
ewwhite
on Server Fault
See other posts from Server Fault
or by ewwhite
Published on 2012-03-26T21:19:59Z
Indexed on
2012/03/26
23:31 UTC
Read the original article
Hit count: 210
I'm experimenting with large changes to Linux system runtime parameters exposed through the sysfs virtual file system.
What is the most efficient way to maintain these parameters so that they persist across reboots on a RHEL/CentOS-style system? Is it simply dumping commands into /etc/rc.local? Is there an init script that's well-suited for this? I'm also thinking about standardization from a configuration management perspective. Is there a clean sysfs equivalent to sysctl
?
© Server Fault or respective owner