《Disney +》 迪士尼、Marvel、彼思、星球大戰…  Team ASOBI熱情獻上:教你畫Astro!   《小小夢魘2》強化版即日起登陸PS5   介紹位於蒙特婁的新獨立工作室「Haven」   「Poker Chase」x 「彩虹社」合作節目將於9月14日日本時間下午覺時直播!   必備精選優惠重返PlayStation Store   IeSF公認的電競國際大賽日本代表決定戰「WSL 2021 Japan National Final」將於9月4日開幕!   《小蒂娜的奇幻樂園》遊戲預告片大解析   2021年2月《State of Play》:完整回顧 

Linux Systemd 設定開機自動啟動的程式、服務

商業

Linux 以前 initrd 管理開機啟動程式的時代,可以使用 update-rc.d、rcconf、sys-rc-conf 來管理 /etc/rc0.d/ ~ /etc/rc6.d/,現在換 Systemd 後,想要開機自動啟動的程式,要如何設定呢?

Linux Systemd 設定開機自動啟動的程式、服務

列出所有 Service

  • systemctl list-units
  • systemctl list-units --type=service
  • systemctl list-units *.service
  • systemctl --type=service
  • 其它狀態
    • systemctl --type=service --state=active
    • systemctl --type=service --state=running
    • systemctl list-unit-files --type service --state enabled,generated

開機自動啟動、關閉自動啟動、查詢開機是否會自動啟動 .. 等

  • sudo systemctl enable apache2.service # 設定 Apache 開機自動啟動
  • sudo systemctl disable apache2.service # 設定 Apache 關閉開機自動啟動
  • sudo systemctl is-enabled apache2.service # 查看 Apache 服務是否有設定開機自動啟動
  • sudo systemctl is-active apache2.service # 檢查 Apache 服務是否正在運行
  • sudo systemctl is-failed apache2.service # 檢查 Apache 服務是否啟動失敗

從檔案層面查看有哪些 Systemd service

  • ls /lib/systemd/system/
  • ls /etc/systemd/system/
  • ls /etc/systemd/system/multi-user.target.wants/ # 由 /lib/systemd/system/ ln 到此處

Tsung

隨機商業新聞

Disney Plus