diff -Nur --no-dereference smeserver-bandwidthd-2.0.1.2.old/createlinks smeserver-bandwidthd-2.0.1.2/createlinks --- smeserver-bandwidthd-2.0.1.2.old/createlinks 2021-06-06 00:11:05.490000000 -0400 +++ smeserver-bandwidthd-2.0.1.2/createlinks 2021-06-06 00:13:33.334000000 -0400 @@ -15,13 +15,7 @@ safe_symlink("restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/bandwidthd"); safe_symlink("restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/httpd-e-smith"); safe_symlink("restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/mysql.init"); - -# links for rc.d from init.d -# service_link_enhanced("bandwidthd", "S85", "7"); -# service_link_enhanced("bandwidthd", "K45", "6"); -# service_link_enhanced("bandwidthd", "K45", "0"); -# service_link_enhanced("bandwidthd", "K45", "1"); - + safe_symlink("reload-or-restart", "root/etc/e-smith/events/conf-bandwidthd/services2adjust/php74-php-fpm"); safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/var/www/bandwidthd/phphtdocs/config.conf/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/var/www/bandwidthd/phphtdocs/config.conf/template-end"); @@ -56,3 +50,5 @@ safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/bandwidthd"); safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/mysql.init"); +safe_symlink("reload-or-restart", "root/etc/e-smith/events/$event/services2adjust/php74-php-fpm"); +