diff -Nus smeserver-php-3.0.0.old/createlinks smeserver-php-3.0.0/createlinks --- smeserver-php-3.0.0.old/createlinks 2020-11-08 21:14:58.600000000 -0500 +++ smeserver-php-3.0.0/createlinks 2020-11-08 21:29:38.439000000 -0500 @@ -105,3 +105,9 @@ $service = "php-fpm.service"; safe_symlink("../$service", "root/usr/lib/systemd/system/multi-user.target.wants/$service"); safe_symlink("../$service", "root/usr/lib/systemd/system/sme-server.target.wants/$service"); + +#webapps +$event = 'webapps-update'; +templates2events("/etc/my.cnf", $event); + +safe_symlink("start", "root/etc/e-smith/events/$event/services2adjust/mysql.init");