mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
remove dbus el
This commit is contained in:
parent
22ca6fc763
commit
8db4e78377
@ -7,9 +7,5 @@ if which nvidia-smi && [ "${DISABLE_ZINK}" == "false" ]; then
|
||||
export GALLIUM_DRIVER=zink
|
||||
fi
|
||||
|
||||
# Dbus defaults
|
||||
export XDG_RUNTIME_DIR="/tmp/xdg-runtime-abc"
|
||||
mkdir -p -m700 "${XDG_RUNTIME_DIR}"
|
||||
|
||||
# Start DE
|
||||
exec dbus-launch --exit-with-session /usr/bin/openbox-session > /dev/null 2>&1
|
||||
/usr/bin/openbox-session > /dev/null 2>&1
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
#!/usr/bin/with-contenv bash
|
||||
|
||||
# Folder setup
|
||||
mkdir -p /run/dbus
|
||||
chown abc:abc /run/dbus
|
||||
|
||||
# Run dbus
|
||||
exec s6-setuidgid abc \
|
||||
dbus-daemon \
|
||||
--system \
|
||||
--nofork \
|
||||
--nosyslog
|
||||
@ -1 +0,0 @@
|
||||
longrun
|
||||
Loading…
x
Reference in New Issue
Block a user