logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

linux chkconfig配置自启动shell

$vim /etc/init.d/temp2file_luncher.sh#!/bin/bash# chkconfig: 2345 66 36# /usr/bin/python#case "$1" instart)echo -n "Start: "su root -c "nohup python /home/pi/Running/temp2fi

到底了