1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Fixes and addition of shared dbus service/socket

This commit is contained in:
Peter Steenbergen
2021-09-27 09:19:23 +02:00
parent 3c0468d4ee
commit 369f7a32b9
5 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,10 @@
[Unit]
Description=D-Bus User Message Bus Socket
[Socket]
ListenStream=%t/bus
ExecStartPost=-/bin/systemctl --user set-environment DBUS_SESSION_BUS_ADDRESS=unix:path=%t/bus
[Install]
WantedBy=sockets.target
Also=dbus.service