diff -ruN smeserver-shellinabox-0.0.8.old/createlinks smeserver-shellinabox-0.0.8/createlinks --- smeserver-shellinabox-0.0.8.old/createlinks 2023-07-11 17:24:49.000000000 +0100 +++ smeserver-shellinabox-0.0.8/createlinks 2023-07-24 14:10:28.513997703 +0100 @@ -63,7 +63,6 @@ foreach $event ( qw( remoteaccess-update - bootstrap-console-save console-save ) ) { @@ -80,3 +79,15 @@ ); } +foreach $event ( + qw( + bootstrap-console-save + ) +) { + event_templates( + $event, qw( + /etc/sysconfig/shellinaboxd + /usr/lib/systemd/system/shellinaboxd.service.d/50koozali.conf + ) + ); +} diff -ruN smeserver-shellinabox-0.0.8.old/root/etc/e-smith/events/actions/shellinabox-action smeserver-shellinabox-0.0.8/root/etc/e-smith/events/actions/shellinabox-action --- smeserver-shellinabox-0.0.8.old/root/etc/e-smith/events/actions/shellinabox-action 2023-07-11 11:00:23.000000000 +0100 +++ smeserver-shellinabox-0.0.8/root/etc/e-smith/events/actions/shellinabox-action 2023-07-24 14:12:55.714312819 +0100 @@ -1,8 +1,9 @@ ##bash #!/bin/bash +# No longer required as this is done by e-smith services -expand-template /etc/sysconfig/shellinaboxd >/dev/null 2>&1 -expand-template /etc/httpd/conf/httpd.conf >/dev/null 2>&1 -service httpd-e-smith sigusr1 >/dev/null 2>&1 -service shellinaboxd restart >/dev/null 2>&1 +#expand-template /etc/sysconfig/shellinaboxd >/dev/null 2>&1 +#expand-template /etc/httpd/conf/httpd.conf >/dev/null 2>&1 +#service httpd-e-smith sigusr1 >/dev/null 2>&1 +#service shellinaboxd restart >/dev/null 2>&1