iT邦幫忙

0

Ubuntu 自動執行 Lampp

  • 分享至 

  • xImage

我想請問一下,每次ubuntu開機後要手動啟動lampp,有沒有辦法做到開機自動執行?

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

1 個回答

12
逮丸逮丸
iT邦大師 1 級 ‧ 2010-02-22 20:03:15
最佳解答

簡單的作法
在 /etc/rc.local 裡加上:

<pre class="c" name="code">/opt/lampp/lampp start

較正規的作法
參閱:
Auto Start XAMPP On Ubuntu Server
執行以下指令:

<pre class="c" name="code">sudo ln -s /opt/lampp/lampp /etc/init.d/lampp
sudo update-rc.d -f lampp defaults

可在開關機的過程,做好開啟及結束 lampp 的動作。

我要發表回答

立即登入回答