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