Differences From Artifact [c01f815b71]:
- File dbus.service — part of check-in [8f80b79392] at 2019-10-20 09:39:12 on branch trunk — fixing a lot of bugs (user: arcade, size: 192) [annotate] [blame] [check-ins using]
To Artifact [a11ce34c02]:
- File dbus.service — part of check-in [716b0393df] at 2019-10-21 10:37:45 on branch trunk — rework daemonization, export enable variables and add checks for them (user: arcade, size: 269) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 12 | + + - - + + + | # vim:ft=make: DAEMON_dbus_COMMAND?=/usr/local/bin/dbus-daemon DAEMON_dbus_ENABLE?=no DAEMON_dbus_FLAGS?=--system dbus: _daemon .export DAEMON_$@_ENABLE test -z "$${DAEMON_$@_ENABLE}" || { \ |