主頁 > 知識庫 > Linux中沒有rc.local文件的完美解決方法

Linux中沒有rc.local文件的完美解決方法

熱門標簽:山東企業(yè)外呼系統(tǒng)公司 濮陽好的聯(lián)通400電話申請 虛假地圖標注 百度地圖標注公司位置要多少錢 400電話號碼辦理多少錢 靈圖uu電子寵物店地圖標注 地圖標注黃河的位置 地圖標注如何改成微信號 承德地圖標注公司

比較新的Linux發(fā)行版已經(jīng)沒有rc.local文件了。因為已經(jīng)將其服務(wù)化了。

解決方法:

1、設(shè)置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、添加啟動服務(wù)

手工創(chuàng)建或者拷貝已有的/etc/rc.local,并賦予執(zhí)行權(quán)限

#!/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
#給予腳本執(zhí)行權(quán)限
sudo chmod +x /etc/rc.local

總結(jié)

以上所述是小編給大家介紹的Linux中沒有rc.local文件的完美解決方法,希望對大家有所幫助,如果大家有任何疑問請給我留言,小編會及時回復(fù)大家的。在此也非常感謝大家對腳本之家網(wǎng)站的支持!
如果你覺得本文對你有幫助,歡迎轉(zhuǎn)載,煩請注明出處,謝謝!

標簽:泰安 安康 福州 鷹潭 淮安 上海 樂山 德宏

巨人網(wǎng)絡(luò)通訊聲明:本文標題《Linux中沒有rc.local文件的完美解決方法》,本文關(guān)鍵詞  Linux,中,沒有,rc.local,文件,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Linux中沒有rc.local文件的完美解決方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于Linux中沒有rc.local文件的完美解決方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章