]> git.ipfire.org Git - thirdparty/squid.git/blob - tools/systemd/squid.service
systemd: add man(8) reference to .service file
[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 Documentation=man:squid(8)
11 After=network.target
12
13 [Service]
14 Type=simple
15 ExecStart=/usr/sbin/squid -sYC -N
16 ExecReload=/bin/kill -HUP $MAINPID
17 KillMode=process
18
19 [Install]
20 WantedBy=multi-user.target