5e05d2
[Unit]
5e05d2
Description=Squid caching proxy
24a36d
Documentation=man:squid(8)
24a36d
After=network.target network-online.target nss-lookup.target
5e05d2
5e05d2
[Service]
5e05d2
Type=forking
5e05d2
LimitNOFILE=16384
5e05d2
EnvironmentFile=/etc/sysconfig/squid
5e05d2
ExecStartPre=/usr/libexec/squid/cache_swap.sh
5e05d2
ExecStart=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF
5e05d2
ExecReload=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF
5e05d2
ExecStop=/usr/sbin/squid -k shutdown -f $SQUID_CONF
5e05d2
TimeoutSec=0
5e05d2
5e05d2
[Install]
5e05d2
WantedBy=multi-user.target