root 用户程序开机自启动,一般使用 chkconfig program on
普通用户程序怎么开机自启动呢,可以使用 rc.local
vi /etc/rc.local
su - git -c 'nohup /home/git/gitea web &'
版权属于:LukaChen
本文链接:http://lukachen.com/archives/331/
欢迎转载,须注明来源及本声明
root 用户程序开机自启动,一般使用 chkconfig program on
普通用户程序怎么开机自启动呢,可以使用 rc.local
vi /etc/rc.local
su - git -c 'nohup /home/git/gitea web &'
版权属于:LukaChen
本文链接:http://lukachen.com/archives/331/
欢迎转载,须注明来源及本声明