rc.local文件会在用户登陆之前读取,这个文件中写入了什么命令,在每次系统启动时都会执行一次,但是有时会遇到Linux中没有rc.local文件的情况,下面为大家分享一下解决方法。
创新互联是一家专注于成都做网站、网站制作、成都外贸网站建设与策划设计,永仁网站建设哪家好?创新互联做网站,专注于网站建设十多年,网设计领域的专业建站公司;建站业务涵盖:永仁等地区。永仁做网站价格咨询:028-86922220
sudo vim /etc/systemd/system/rc-local.service
[Unit]
Description=/etc/rc.local Compatibility
ConditionPathExists=/etc/rc.local
[Service]
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
RemainAfterExit=yes
SysVStartPriority=99
[Install]
WantedBy=multi-user.target
sudo systemctl enable rc-local.service
手工创建或者拷贝已有的/etc/rc.local,并赋予执行权限
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
# 下面这条是要开机启动的命令
/home/selfcs/anaconda3/bin/Python /home/selfcs/t.py > /home/selfcs/auto.log
exit 0
#给予脚本执行权限
sudo chmod +x /etc/rc.local
网页标题:Linux中没有rc.local文件解决方案
新闻来源:http://www.mswzjz.cn/qtweb/news43/144943.html
攀枝花网站建设、攀枝花网站运维推广公司-贝锐智能,是专注品牌与效果的网络营销公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 贝锐智能