--- rpms/e-smith-lib/sme10/e-smith-lib-2.6.0-bz11177-systemd.patch 2020/11/17 16:48:08 1.1 +++ rpms/e-smith-lib/sme10/e-smith-lib-2.6.0-bz11177-systemd.patch 2020/11/26 18:02:11 1.2 @@ -55,7 +55,7 @@ diff -Nur e-smith-lib-2.6.0.old/root/usr my $background = $params{'BACKGROUND'} || 'false'; - die "serviceControl: Unknown serviceAction $serviceAction" if ($serviceAction =~/^(reload-or-restart|try-restart|enable -now)$/); -+ die "serviceControl: Unknown serviceAction $serviceAction" if ($serviceAction =~/^(reload-or-restart|try-restart|try-reload-or-restart|enable -now|sigterm|sighup|sigusr1|sigusr2)$/); ++ die "serviceControl: Unknown serviceAction $serviceAction" if ($serviceAction =~/^(reload-or-restart|try-restart|try-reload-or-restart|enable -now)$/); if ( $background eq 'true' ) { backgroundCommand( 0, $startScript, $serviceAction );