Update esvm service files
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: dbus
|
name: dbus
|
||||||
description: Freedesktop.org message bus system
|
description: Freedesktop.org message bus system
|
||||||
version: 1.16.2
|
version: 1.16.2
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.freedesktop.org/wiki/Software/dbus
|
url: https://www.freedesktop.org/wiki/Software/dbus
|
||||||
license: AFL2.1 or GPL2-or-later
|
license: AFL2.1 or GPL2-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ type: background
|
|||||||
start_cmd: /etc/esvm/scripts/dbus.sh
|
start_cmd: /etc/esvm/scripts/dbus.sh
|
||||||
exit_method: kill
|
exit_method: kill
|
||||||
restart: true
|
restart: true
|
||||||
|
ready_fd: 3
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
[ -d /run/dbus ] || install -d /run/dbus
|
[ -d /run/dbus ] && rm -r /run/dbus
|
||||||
|
install -d /run/dbus
|
||||||
|
|
||||||
exec /usr/bin/dbus-daemon --system --nofork
|
exec /usr/bin/dbus-daemon --system --nofork --print-address 3
|
||||||
|
|||||||
Reference in New Issue
Block a user