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]
818ced
Type=notify
5e05d2
LimitNOFILE=16384
818ced
PIDFile=/run/squid.pid
5e05d2
EnvironmentFile=/etc/sysconfig/squid
5e05d2
ExecStartPre=/usr/libexec/squid/cache_swap.sh
818ced
ExecStart=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF}
818ced
ExecReload=/usr/bin/kill -HUP $MAINPID
818ced
KillMode=mixed
818ced
NotifyAccess=all
5e05d2
5e05d2
[Install]
5e05d2
WantedBy=multi-user.target