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:
Petr Gajdos 2016-09-14 16:43:34 +00:00 committed by Git OBS Bridge
parent 53c58c3097
commit f13d5adf85
3 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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