Lxtharia / minegrub-theme

A Grub Theme in the style of Minecraft!
MIT License
3.22k stars 41 forks source link

init.d (SysVinit) service for non-systemd distributions #27

Closed lazypwny751 closed 1 year ago

lazypwny751 commented 1 year ago

init.d (SysVinit) script for non-systemd distributions.

Just copy the minecraft-grub.sh under /etc/init.d as minecraft-grub then run update-rc.d minecraft-grub defaults.

and that is it, it will be exec on every boot.

Lxtharia commented 1 year ago

Hi, I'm running void with runit and I don't have a /etc/init.d/ folder. Do I just have to create one?

lazypwny751 commented 1 year ago

Hi, I'm running void with runit and I don't have a /etc/init.d/ folder. Do I just have to create one?

There is no sysvinit packages as default in void but you can install it if you want, the sysvinit is an alternative of many init systems.