当前位置:网站首页>Squid 服务启动脚本
Squid 服务启动脚本
2022-07-03 16:57:00 【星哥玩云】
Squid 服务随系统启动,因搭建作为生产环境,所以还是作为系统服务启动,所以在网上找到一个代码简洁些,可以用的启动脚本。
squid 安装路径是/usr/local/squid
#!/bin/bash # chkconfig: 345 61 61 # description: squid is a web cache server # processname: squid . /etc/rc.d/init.d/functions case $1 in "start") /usr/local/squid/sbin/squid -s if [ $? == "0" ];then echo "squid start ok" else echo "please check the log" fi ;; "stop") /usr/local/squid/sbin/squid -k shutdown if [ $? == "0" ];then echo "squid stop ok" else echo "please check the log" fi ;; "restart") /usr/local/squid/sbin/squid -k shutdown if [ $? == "0" ];then /usr/local/squid/sbin/squid -s if [ $? == "0" ];then echo "squid restart ok" else /usr/local/squid/sbin/squid -s if [ $? == "0" ];then echo "squid restart ok" else echo "please check the log" fi fi fi ;; *) echo "Usage only start|stop|restart" ;; esac
把这个文件放到/etc/init.d/目录下并命名为squid
chmod +x /etc/init.d/squid
chkconfig --add squid
如果出现squid 服务不支持 chkconfig
则去更改上面的 chkconfig: 345 61 61 这几个数字
边栏推荐
- C language string practice
- Mysql database -dql
- Arduino esp32: overall framework of lvgl project (I)
- Le zèbre a été identifié comme un chien, et la cause de l'erreur d'AI a été trouvée par Stanford
- 汇编实例解析--实模式下屏幕显示
- ANOVA example
- 浅谈拉格朗日插值及其应用
- Processing strategy of message queue message loss and repeated message sending
- What kind of material is 14Cr1MoR? Analysis of chemical composition and mechanical properties of 14Cr1MoR
- function overloading
猜你喜欢

2022.02.14_ Daily question leetcode five hundred and forty

Two sides of the evening: tell me about the bloom filter and cuckoo filter? Application scenario? I'm confused..

Thread pool executes scheduled tasks

Analysis of variance summary

C语言按行修改文件

Add color to the interface automation test framework and realize the enterprise wechat test report

What material is sa537cl2? Analysis of mechanical properties of American standard container plate

Pools de Threads: les composants les plus courants et les plus sujets aux erreurs du Code d'affaires

Yu Wenwen, Hu Xia and other stars take you to play with the party. Pipi app ignites your summer

The most complete postman interface test tutorial in the whole network, API interface test
随机推荐
手把手带你入门 API 开发
What is the material of 13mnnimor? 13mnnimor steel plate for medium and low temperature pressure vessels
Execute script unrecognized \r
13mnnimo5-4 German standard steel plate 13MnNiMo54 boiler steel 13MnNiMo54 chemical properties
【剑指 Offer】58 - II. 左旋转字符串
CC2530 common registers for watchdog
Preventing/catching “IllegalArgumentException: parameter must be a descendant of this view” error
线程池:业务代码最常用也最容易犯错的组件
What kind of material is 14Cr1MoR? Analysis of chemical composition and mechanical properties of 14Cr1MoR
Résolution de l'instance d'assemblage - - affichage à l'écran en mode réel
LeetCode 1658. Minimum operand to reduce x to 0
CC2530 common registers for timer 1
There are several APIs of airtest and poco that are easy to use wrong in "super". See if you have encountered them
Pools de Threads: les composants les plus courants et les plus sujets aux erreurs du Code d'affaires
27. Input 3 integers and output them in descending order. Pointer method is required.
[Jianzhi offer] 58 - ii Rotate string left
mysql用户管理
Netease UI automation test exploration: airtest+poco
Data driving of appium framework for mobile terminal automated testing
數據分析必備的能力