安装openrc

apk add openrc --no-cache

开机自启目录在/etc/local.d
创建socat.start 明确后缀start

vim /etc/local.d/socat.start
# alpine 自带nohup后台守护
nohup socat -d -d xxxxxxxx

赋予执行权限

chmod +x /etc/local.d/socat.start

加入开机自启

rc-update add local

已有 2 条评论

  1. 作者以非凡的视角解读平凡,让文字焕发出别样的光彩。

发表评论