1 |
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 |
2 |
--- smeserver-userpanel-1.4.old/root/etc/e-smith/events/actions/conf-userpanelsymlinks 2022-08-01 15:21:45.996000000 -0400 |
3 |
+++ smeserver-userpanel-1.4/root/etc/e-smith/events/actions/conf-userpanelsymlinks 2022-08-01 15:28:30.165000000 -0400 |
4 |
@@ -86,7 +86,7 @@ |
5 |
|
6 |
#system("/etc/rc.d/init.d/httpd-admin restart") == 0 |
7 |
# or warn ("Error occurred restarting httpd-admin \n"); |
8 |
- esmith::util::backgroundCommand (1, "/usr/local/bin/svc", "-h", "/service/httpd-admin");# == 0 |
9 |
+ esmith::util::backgroundCommand (1, "/usr/bin/systemctl", "restart", "httpd-admin.service");# == 0 |
10 |
|
11 |
exit (0); |
12 |
|