timothyp
May 15th, 2008, 09:51 AM
Hi,
I need to define an upstart job which is executed AFTER
mysql has been started.
start on started mysql
stop on stopped mysql
console output
script
echo "Firewall configuration"
sh /usr/bin/firewall-after-mysql.sh
end script
But it is never executed. Any ideas?
I need to define an upstart job which is executed AFTER
mysql has been started.
start on started mysql
stop on stopped mysql
console output
script
echo "Firewall configuration"
sh /usr/bin/firewall-after-mysql.sh
end script
But it is never executed. Any ideas?