forked from pool/squid
Adam Majer
8d1748fdfd
- 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
17 lines
356 B
Desktop File
17 lines
356 B
Desktop File
[Unit]
|
|
Description=Squid caching proxy
|
|
Documentation=man:squid(8)
|
|
After=network.target named.service nss-lookup.service
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStartPre=%{_libexecdir}/squid/initialize_cache_if_needed.sh
|
|
ExecStart=/usr/sbin/squid -FC
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
LimitNOFILE=4096
|
|
PIDFile=/run/squid.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|