linux設定開機服務自動啟動

來源:互聯網
上載者:User

標籤:style   c   tar   http   color   a   

把啟動命令放到/etc/rc.d/rc.local檔案裡這樣就可以每次啟動的時候自動啟動服務了,例如對於apache,編譯好apache後會在安裝目錄的bin下產生apachectl檔案,這是個啟動指令碼,我們只需要把這個命令加到rc.local裡就可以了(suse沒有rc.local。SUSE是可以這麼定義自己的指令碼的,如果希望在切換運行級之前和之後運行自己的指令碼,那麼可以分別建立: /etc/init.d/before.local /etc/init.d/after.local) echo /usr/local/apache/bin/apachectl>> /etc/rc.d/rc.local, 設定服務自動啟動的方式是在rc.local裡還可以加入類似以下的一些指令碼: #sshd /usr/local/sbin/sshd  #proftpd /usr/local/sbin/proftpd  #apache /home/apache/bin/apachectl start  #mysql /home/mysql/bin/safe_mysqld --port=3306 &  #start oracle8i listener first su - oracle -c ‘lsnrctl start‘ #start oracle8i su - oracle -c ‘dbstart‘ 我用的方法:在/etc/rc.d/rc.local  裡面添加了了一行  service httpd start 他就會執行這句代碼(不知道有沒有別的壞處)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.