On Fri, May 10, 2019 at 7:57 AM Mantas Mikulėnas <grawity@xxxxxxxxx> 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=dbusBusName=org.jackaudio.serviceExecStart=/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.StartServerExecStartPost=/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 systemd-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/systemd-devel