summaryrefslogtreecommitdiff
path: root/testing/squid/squid.service
blob: 9d41cc243bb2c9f2b2515122f698efdca6e509ca (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/sbin/squid -sYC
ExecStop=/usr/sbin/squid -k shutdown
ExecReload=/usr/sbin/squid -k reconfigure

[Install]
WantedBy=multi-user.target