squid/squid.service
Pavel Šimerda b40fbc5b55 Resolves: #1145235, #1173488, #1176318 – revert a couple of recent changes
Let's revert a couple of offending changes like we did in F21/F22
branches. We can revisit them later and do them properly. See individual
bug reports.
2015-03-23 19:48:36 +01:00

17 lines
442 B
Desktop File

[Unit]
Description=Squid caching proxy
After=syslog.target network.target nss-lookup.target
[Service]
Type=forking
LimitNOFILE=16384
EnvironmentFile=/etc/sysconfig/squid
ExecStartPre=/usr/libexec/squid/cache_swap.sh
ExecStart=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF
ExecReload=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF
ExecStop=/usr/sbin/squid -k shutdown -f $SQUID_CONF
TimeoutSec=0
[Install]
WantedBy=multi-user.target