2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00
Files
.devcontainer
.github
.vscode
cmd
dev
internal
pkg
plugins
runtime
fontconfig
fonts
icon-theme
.Xresources
dbus
default.pa
supervisord.conf
xdummy-randr.patch
xorg.conf
.editorconfig
.gitattributes
.gitignore
Dockerfile
Dockerfile.nvidia
LICENSE
README.md
build
go.mod
go.sum
neko.go
openapi.yaml
neko/runtime/dbus
Miroslav Šedivý 04861d0921 update runtime.
2020-11-27 22:16:26 +01:00

12 lines
222 B
Bash
Executable File

#!/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