-
由于 alpine linux 默认使用的是 openrc ,与 debian 和 centos 等的 systemd 不兼容,后续计划加入对被控机 alpine linux 的支持。
-
hello,
does it work without systemd? how would an init script look like?
on my openrc gentoo system it's complaining it cannot communicate with the server...
thank you
-
Здравствуйте. При сборке - ошибка:
$ sudo make build-arm7
cd amnezia-wg; make clean; GOOS=linux GOARCH=arm GOARM=7 make; cd ..
make[1]: вход в каталог «~/amnezia-wg-docker/amnezia-wg»
rm -f amn…
-
On two separate gentoo systems, one laptop, one desktop, both using openrc and elogind, sddm will receive SIGTERM (as documented on the log) when giving the command:
rc-services xdm stop
but it act…
-
`cgroupv2` should be supported in OpenRC by adding `rc_cgroup_mode="unified"` in `rc.conf`.
On WSL2 it can be enabled with `kernelCommandLine=systemd.unified_cgroup_hierarchy=1 cgroup_no_v1=all` in…
-
Shift + page up has no effect.
I'm not sure if this is an issue on the openrc image as well, but I'm making an issue so I don't forget to fix it for the systemd image.
-
I want use this script with a fork of debian called devuan, its debian without systemd i use openrc so is the script depended on systemd?
-
Hello again, I'm trying to get Cen64 to run on my Desktop, running Artix Linux GLIBC (Arch-OpenRC) on my desktop.
https://pastebin.com/XvPJJUt4
-
clevis doesn't depend on systemd, and works fine on machines I have running with OpenRC as an init daemon.
Please move the dracut directory up a level to remove this hard-dependency.
-
Right now the installation process is a little manual. We can make it interactive (or with some CLI options) to detect service manager (systemd or openrc). It can also install requirements as well. Fu…