Arch-Linux
在 Artix Linux 中啟動時執行 s6 服務
我已經在我的機器上安裝了docker,但我不知道如何讓服務在啟動時執行。
local/docker-s6 20200907-1 (s6-galaxy) s6 service scripts for docker
在帶有systemd的**Arch Linux上,我會使用
What is the equivalent on s6 if there is one?
systemctl enable --now docker
具體來說:
要修改已經存在的包,您可以使用 s6-rc-bundle-update 幫助程序腳本。要將某些內容添加到現有捆綁包中,您只需執行:
s6-rc-bundle-update add default service4
.所以你的具體問題的答案是
s6-rc-bundle-update add default docker
.