Skip to content

Commit

Permalink
fix: use systemd service when activating via D-Bus
Browse files Browse the repository at this point in the history
When activating com.redhat.Yggdrasil1.Worker1.echo via D-Bus, use the
systemd service rather than dynamically creating a unit file. This uses
the correct group and user settings for the
worker.

Signed-off-by: Link Dupont <[email protected]>
  • Loading branch information
subpop authored and jirihnidek committed Jul 16, 2024
1 parent 7e92916 commit 171e196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[D-BUS Service]
Name=com.redhat.Yggdrasil1.Worker1.echo
Exec=@libexecdir@/yggdrasil/echo
SystemdService=com.redhat.Yggdrasil1.Worker1.echo.service

0 comments on commit 171e196

Please sign in to comment.