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