It's fake ups shutdown script. Script check to ping router ip address,if router can not be connect,then shutdown system. Support
debian9
debian10
ProxmoxVE 5
ProxmoxVE 6
Openmediavault 4
Openmediavault 5
这是一个伪装ups关机的脚本。脚本会ping你设置的路由器ip,如果不通会执行关机。支持debian9
debian10
ProxmoxVE 5
ProxmoxVE 6
Openmediavault 4
Openmediavault 5
链接:https://github.com/ivanhao/fakeupsshutdown
需要用root账号来运行
在终端中按行分别执行以下内容:
export LC_ALL=C.UTF-8
apt update && apt -y install git && git clone https://github.com/ivanhao/fakeupsshutdown.git
cd fakeupsshutdown
chmod +x config
./config
-
建议使用方式一来安装,不建议直接下载单sh脚本使用,因为那样更新的功能会无法使用!
-
如果网络无法使用,或命令行使用有困难,可以使用方式二下载zip包拷入系统中使用。 然后执行以下命令进行安装配置:
chmod +x config
./config
选择install,输入1回车,进行安装。
脚本中需要设置三项:
IP: ip地址
min: 轮循的时间(分)
count: 允许ping不通几次
自动将脚本加入crontab, @reboot的方式,重启后会自动运行。
如果将轮询的时间设置过短,会导致ping不通路由的时候开机后马上自动关机,造成不必要的麻烦,请不要将轮询时间设置过短。
如果好用请去github页面点星点赞,