* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.8.0-41.sme
- fix systemd service file [SME: 12556]
This commit is contained in:
parent
88c2c73ee7
commit
c4ed6b178d
@ -4,7 +4,7 @@ Summary: e-smith manager navigation module
|
|||||||
%define name e-smith-manager
|
%define name e-smith-manager
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
%define version 2.8.0
|
%define version 2.8.0
|
||||||
%define release 40
|
%define release 41
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}
|
Release: %{release}%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -24,6 +24,9 @@ Provides: server-manager
|
|||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2024 Jean-Philippe Pialasse <jpp@koozali.org> 2.8.0-41.sme
|
||||||
|
- fix systemd service file [SME: 12556]
|
||||||
|
|
||||||
* Tue Mar 12 2024 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-40.sme
|
* Tue Mar 12 2024 Jean-Philippe Pialasse <tests@pialasse.com> 2.8.0-40.sme
|
||||||
- tidy rpm
|
- tidy rpm
|
||||||
- add -g flag to gcc in order to get debugsourcefiles.list
|
- add -g flag to gcc in order to get debugsourcefiles.list
|
||||||
|
@ -6,7 +6,6 @@ Documentation=man:apachectl(8)
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=notify
|
Type=notify
|
||||||
EnvironmentFile=/etc/sysconfig/httpd
|
|
||||||
ExecStartPre=/sbin/e-smith/service-status httpd-admin
|
ExecStartPre=/sbin/e-smith/service-status httpd-admin
|
||||||
ExecStartPre=/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf
|
ExecStartPre=/sbin/e-smith/expand-template /etc/httpd/admin-conf/httpd.conf
|
||||||
ExecStart=/usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -DFOREGROUND
|
ExecStart=/usr/sbin/httpd -f /etc/httpd/admin-conf/httpd.conf -DFOREGROUND
|
||||||
|
Loading…
Reference in New Issue
Block a user