Switch from Systemd to Enit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
trigger_operations: ["install", "upgrade", "remove"]
|
||||
target_type: "path"
|
||||
targets: ["etc/dbus-1/system.d/", "usr/share/dbus-1/system.d/", "usr/share/dbus-1/system-services/"]
|
||||
depends: ["dbus"]
|
||||
run: "/usr/bin/systemctl try-reload-or-restart dbus"
|
||||
@@ -0,0 +1,6 @@
|
||||
name: dbus
|
||||
description: DBus message system bus
|
||||
type: background
|
||||
start_cmd: bash -c 'install -m755 -g 81 -o 81 -d /run/dbus; exec dbus-daemon --system --nofork --nopidfile'
|
||||
exit_method: kill
|
||||
restart: true
|
||||
Reference in New Issue
Block a user