]> git.ipfire.org Git - thirdparty/squid.git/blame - tools/systemd/squid.service
Bug 3826: pt 2: Provide a systemd .service file for Squid
[thirdparty/squid.git] / tools / systemd / squid.service
CommitLineData
422cb5da
HAT
1## Copyright (C) 1996-2014 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]
9Description=Squid Web Proxy Server
10After=network.target
11
12[Service]
13Type=simple
14ExecStart=/usr/sbin/squid -sYC -N
15ExecReload=/bin/kill -HUP $MAINPID
16KillMode=process
17
18[Install]
19WantedBy=multi-user.target