Linux中没有rc.local文件解决方案

rc.local文件会在用户登陆之前读取,这个文件中写入了什么命令,在每次系统启动时都会执行一次,但是有时会遇到Linux中没有rc.local文件的情况,下面为大家分享一下解决方法。

创新互联是一家专注于成都做网站、网站制作、成都外贸网站建设与策划设计,永仁网站建设哪家好?创新互联做网站,专注于网站建设十多年,网设计领域的专业建站公司;建站业务涵盖:永仁等地区。永仁做网站价格咨询:028-86922220

解决方法:

1、设置rc-local.service

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

2、激活rc-local.service

sudo systemctl enable rc-local.service

3、添加启动服务

手工创建或者拷贝已有的/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.gawzjz.com/qtweb2/news21/18971.html

网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联