-
由于 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…
-
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.
-
`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…
-
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…
-
Sometimes you want to add changes early to OpenRC, this is done through /etc/rc.d.
I suggest having `/etc/rc.d` as part of the image. Either as a directory, or as a symlink pointing to some persist…
-
Currently, this API throws if the process is not self or a child of current process.
`System.InvalidOperationException: Process was not started by this object, so requested information cannot be de…
am11 updated
4 months ago
-
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
-
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…