Skip to content

Commit

Permalink
plugins: change wording, we don't recreate machine-id every boot
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Oct 30, 2023
1 parent 84adec4 commit 88ec21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/dbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static void setup(void *arg)

/* Generate machine id for dbus */
if (whichp("dbus-uuidgen"))
run_interactive("dbus-uuidgen --ensure", "Creating machine UUID for D-Bus");
run_interactive("dbus-uuidgen --ensure", "Verifying D-Bus machine UUID");

/*
* Register service with Finit
Expand Down

0 comments on commit 88ec21e

Please sign in to comment.