10 Star 0 Fork 22

src-openEuler/squid

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
squid.service 451 Bytes
一键复制 编辑 原始数据 按行查看 历史
xh 提交于 2022-11-14 11:42 . upgrade to 5.7
[Unit]
Description=Squid caching proxy
Documentation=man:squid(8)
After=network.target network-online.target nss-lookup.target
[Service]
Type=notify
LimitNOFILE=16384
PIDFile=/run/squid.pid
EnvironmentFile=/etc/sysconfig/squid
ExecStartPre=/usr/libexec/squid/cache_swap.sh
ExecStart=/usr/sbin/squid --foreground $SQUID_OPTS -f ${SQUID_CONF}
ExecReload=/usr/bin/kill -HUP $MAINPID
killMode=mixed
NotifyAccess=all
[Install]
WantedBy=multi-user.target
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/squid.git
git@gitee.com:src-openeuler/squid.git
src-openeuler
squid
squid
master

搜索帮助