]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/systemd/squid.service
SourceFormat Enforcement
[thirdparty/squid.git] / tools / systemd / squid.service
1 ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 [Unit]
9 Description=Squid Web Proxy Server
10 After=network.target
11
12 [Service]
13 Type=simple
14 ExecStart=/usr/sbin/squid -sYC -N
15 ExecReload=/bin/kill -HUP $MAINPID
16 KillMode=process
17
18 [Install]
19 WantedBy=multi-user.target