!
也想出现在这里? 联系我们
广告位
当前位置:首页>教程分享>服务器教程>Linux中的rc.local文件丢失了怎么办

Linux中的rc.local文件丢失了怎么办

解决方法:

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

给TA打赏
共{{data.count}}人
人已打赏
服务器教程

linux中怎么查看Raid磁盘阵列信息

2021-4-17 20:16:02

服务器教程

Centos7上怎么用官方YUM源安装Mysql

2021-4-17 20:16:33

声明 本站上的部份代码及教程来源于互联网,仅供网友学习交流,若您喜欢本文可附上原文链接随意转载。无意侵害您的权益,请发送邮件至 [email protected] 或点击右侧 私信:吉吉国王 反馈,我们将尽快处理。
0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
OneEase