14 lines
346 B
Desktop File
14 lines
346 B
Desktop File
[Unit]
|
|
Description=Sqid caching proxy
|
|
After=syslog.target network.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/sysconfig/squid
|
|
ExecStart=/usr/sbin/squid $SQUID_OPTS -f $SQUID_CONF
|
|
ExecReload=/usr/sbin/squid $SQUID_OPTS -k reconfigure -f $SQUID_CONF
|
|
ExecStop=/usr/sbin/squid -k shutdown -f $SQUID_CONF
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|