diff -Nur --no-dereference smeserver-userpanel-1.4.old/root/etc/e-smith/events/actions/conf-userpanelsymlinks smeserver-userpanel-1.4/root/etc/e-smith/events/actions/conf-userpanelsymlinks --- smeserver-userpanel-1.4.old/root/etc/e-smith/events/actions/conf-userpanelsymlinks 2022-08-01 15:21:45.996000000 -0400 +++ smeserver-userpanel-1.4/root/etc/e-smith/events/actions/conf-userpanelsymlinks 2022-08-01 15:28:30.165000000 -0400 @@ -86,7 +86,7 @@ #system("/etc/rc.d/init.d/httpd-admin restart") == 0 # or warn ("Error occurred restarting httpd-admin \n"); - esmith::util::backgroundCommand (1, "/usr/local/bin/svc", "-h", "/service/httpd-admin");# == 0 + esmith::util::backgroundCommand (1, "/usr/bin/systemctl", "restart", "httpd-admin.service");# == 0 exit (0);