编辑/etc/rc.local文件就行了

如:开机启动代理服务器

nohup /usr/bin/python /usr/local/goagent2.1.9/local/proxy.py 1>/dev/null 2>/dev/null &

nohup:不依懒终端运行

1>/dev/null 2>/dev/null :错误信息、标准信息皆不输出

相关文章:

  • 2021-10-22
  • 2021-12-28
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-16
猜你喜欢
  • 2021-04-05
  • 2021-11-21
  • 2021-12-08
  • 2021-06-19
  • 2022-02-11
相关资源
相似解决方案