summarylogtreecommitdiffstats
path: root/squid.service
blob: 1db8860e581fb9f0287815245fdf120c3feae109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Web Proxy Cache Server
After=network.target

[Service]
Type=forking
PIDFile=/run/squid.pid
ExecStart=/usr/bin/squid -sYC
ExecStop=/usr/bin/squid -k shutdown
ExecReload=/usr/bin/squid -k reconfigure

[Install]
WantedBy=multi-user.target