Boot Command Query
Hi allI have an interesting boot question that I need help with.
My server runs CentOS, and I need it to run the following sequence of commands upon booting.
Root needs to run:
echo 1532002304 > /proc/sys/kernel/shmmax
echo 1532002304 > /proc/sys/kernel/shmall
echo 1532002304 > /proc/sys/kernel/shmall
/ndh/pgsql/bin/pg_ctl start -D /ndh/pgsql/data
Cheers!