Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
m1k1o
GitHub Repository: m1k1o/neko
Path: blob/master/runtime/dbus
1002 views
#!/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