Accepting request 846223 from home:adamm:branches:server:proxy

- re-add older SLES12 requirements so we can use one devel project
  for all codestreams

- fix previous change to reinstante permissions macros, because the wrong path
  has been used (bsc#1171569).
- use libexecdir instead of libdir to conform to recent changes in Factory
  (bsc#1171164).

OBS-URL: https://build.opensuse.org/request/show/846223
OBS-URL: https://build.opensuse.org/package/show/server:proxy/squid?expand=0&rev=228
This commit is contained in:
2020-11-05 16:30:46 +00:00
committed by Git OBS Bridge
parent 9446ddfb48
commit 8d1748fdfd
4 changed files with 69 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ After=network.target named.service nss-lookup.service
[Service]
Type=forking
ExecStartPre=%{_libdir}/squid/initialize_cache_if_needed.sh
ExecStartPre=%{_libexecdir}/squid/initialize_cache_if_needed.sh
ExecStart=/usr/sbin/squid -FC
ExecReload=/usr/bin/kill -HUP $MAINPID
LimitNOFILE=4096