一个非常简单的 Freebsd rc 服务,没有做用户权限划分那些什么的
放置于 /usr/loca/etc/rc.d/sing-box
#!/bin/sh
. /etc/rc.subr
name="sing_box"
rcvar="$name_enable"
start_cmd="/usr/local/bin/sing-box run -c /usr/local/etc/sing-box/config.json"
stop_cmd="pgrep sing-box | xargs kill"
load_rc_config $name
: ${sing_box_enable:="NO"}
run_rc_command "$1"
也许以后会写和 v2ray
差不多的一个
已经写好了,放在下一篇文章里