首页
mac
it
登录
6mi
u
盘
搜
搜 索
it
ubuntu1804后台与自启
ubuntu1804后台与自启
mac
2024-04-09
32
**************** linux运行后台服务
nohup python odoo-bin -c /etc/odoo/odoo.conf&
nohub cmd & 后台执行cmd *************** linux自启
vi /etc/rc.local
编辑为:
#!/bin/bash python odoo-bin -c /etc/odoo/odoo.conf >/var/log/odoo.log 2>&1
****************
转载请注明原文地址: https://mac.8miu.com/read-488887.html
最新回复
(
0
)