22 lines
589 B
Desktop File
22 lines
589 B
Desktop File
## Copyright (C) 1996-2016 The Squid Software Foundation and contributors
|
|
##
|
|
## Squid software is distributed under GPLv2+ license and includes
|
|
## contributions from numerous individuals and organizations.
|
|
## Please see the COPYING and CONTRIBUTORS files for details.
|
|
##
|
|
|
|
[Unit]
|
|
Description=Squid Web Proxy Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
EnvironmentFile=-/etc/sysconfig/squid
|
|
ExecStartPre=/usr/sbin/squid -z
|
|
ExecStart=/usr/sbin/squid -N $SQUID_OPTIONS
|
|
ExecStop=/usr/sbin/squid -k shutdown
|
|
ExecReload=/usr/sbin/squid -k reconfigure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|