On Fri, May 10, 2019 at 7:57 AM Mantas Mikulėnas <[email protected]> wrote:
> A direct conversion of jackdbus to a systemd service would look like this > – because of the way jackdbus is written, it always needs that extra > command to be sent over D-Bus (either by running `jack_control start` or by > using the manual tools): > > (~/.config/systemd/user/jack.service) > [Service] > Type=dbus > BusName=org.jackaudio.service > ExecStart=/usr/bin/jackdbus auto > #ExecStartPost=/usr/bin/jack_control start > #ExecStartPost=/usr/bin/gdbus call -e -d org.jackaudio.service -o > /org/jackaudio/Controller -m org.jackaudio.JackControl.StartServer > ExecStartPost=/usr/bin/busctl call --user org.jackaudio.service > /org/jackaudio/Controller org.jackaudio.JackControl StartServer > > ...and KillSignal=SIGKILL, I guess. I wonder why it needs that. -- Mantas Mikulėnas
_______________________________________________ systemd-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/systemd-devel
