标签:shell 一个 ubunt .sh 初始化 work tar nbsp required
需要在启动时自动执行init_frpc.sh脚本,以下为脚本内容
cd [dir of frpc config files]
#使用nohup保证frpc在后台运行
nohup ./frpc -c ./frpc.ini &
#!/bin/bash
### BEGIN INIT INFO
# Provides: init_frpc.sh
# Required-start: $local_fs $remote_fs $network $syslog
# Required-Stop: $local_fs $remote_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the init_frpc.sh daemon
# Description: starts init_frpc.sh using start-stop-daemon
### END INIT INFO
标签:shell 一个 ubunt .sh 初始化 work tar nbsp required
原文地址:https://www.cnblogs.com/Eric-Shenblog/p/10264642.html