2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

Remove dbus ()

* remove dbus.

* xfce needs dbus installed.
This commit is contained in:
Miroslav Šedivý
2023-09-11 16:49:45 +02:00
committed by GitHub
parent 4da7869e70
commit d09e421a51
6 changed files with 5 additions and 30 deletions

@ -1,11 +0,0 @@
#!/bin/sh
if [ ! -d /var/run/dbus ]; then
mkdir -p /var/run/dbus
fi
if [ -f /var/run/dbus/pid ]; then
rm -f /var/run/dbus/pid
fi
/usr/bin/dbus-daemon --nofork --print-pid --config-file=/usr/share/dbus-1/system.conf