ubuntu开机任务
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu开机任务相关的知识,希望对你有一定的参考价值。
参考技术A 创建一个服务/etc/systemd/system/my-service.service
初始化脚本内容
/home/qiantao/startup.sh
服务启动/停止: systemctl start my-service / systemctl stop my-service .
需要开机启动: systemctl enable my-service .
Ubuntu16.04 怎么添加开机启动自动执行程序命令
以上是关于ubuntu开机任务的主要内容,如果未能解决你的问题,请参考以下文章