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