forked from pool/apache2
Accepting request 427159 from home:pgajdos
- add NotifyAccess=all to service file [bsc#980663] OBS-URL: https://build.opensuse.org/request/show/427159 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=488
This commit is contained in:
parent
53c58c3097
commit
f13d5adf85
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 13 06:39:50 UTC 2016 - pgajdos@suse.com
|
||||
|
||||
- add NotifyAccess=all to service file [bsc#980663]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 11:36:28 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -12,6 +12,7 @@ ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
||||
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
||||
KillMode=mixed
|
||||
TasksMax=infinity
|
||||
NotifyAccess=all
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
@ -13,6 +13,7 @@ ExecReload=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful
|
||||
ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k graceful-stop
|
||||
KillMode=mixed
|
||||
TasksMax=infinity
|
||||
NotifyAccess=all
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Reference in New Issue
Block a user