Viitor_mysql/etc/init/mysql.conf

17 lines
377 B
Plaintext
Raw Permalink Normal View History

description "Startup MySQL DAtabase"
author "Harald Kueller <harald.kueller@compuextreme.de>"
version 1.0
emits none special
start on (runlevel [2345] and (started ifup))
stop on runlevel [016]
console none
script
source /etc/init/functions
source /etc/sysconfig/profile.d/MySQL
/sbin/CheckPid /var/run/mysql.pid
su - mysql -c "/opt/MySQL/bin/mysqld_safe"
end script