mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
258 B
SYSTEMD
14 lines
258 B
SYSTEMD
|
[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
|