python 启动新进程执行脚本

import subprocess
p_restart=subprocess.Popen(['/bin/sh','/etc/init.d/xxx_service','reboot'])

猜你喜欢

转载自www.cnblogs.com/sea-stream/p/10385358.html