From ae0d790adb79ce20c122c778574a63c5eceb6940 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Ferr=C3=A3o?= <2031761+viniciusferrao@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:01:46 -0300 Subject: [PATCH] fix(xcatsn): name SLES Apache service unit --- xCATsn/xCATsn.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xCATsn/xCATsn.spec b/xCATsn/xCATsn.spec index 9735e958c..02a620e5a 100644 --- a/xCATsn/xCATsn.spec +++ b/xCATsn/xCATsn.spec @@ -226,6 +226,7 @@ if [ -e "/etc/redhat-release" ]; then apacheserviceunit='httpd.service' else # SuSE apachedaemon='apache2' + apacheserviceunit='apache2.service' fi # enable and reload the web server on linux [ -e "/etc/init.d/$apachedaemon" ] && chkconfig $apachedaemon on