# jackd-dbus.service # for embedded headless machines with USB sound card or other. # done for iemKit domeplayer # the idea is that other services depending on this will start audio applications # for installations # # (c) GPL, 2016 IEM, Winfried Ritsch # see https://git.iem.at:/cm/iemKit # # STATUS: I dont know enough to handle this # # note: [D-BUS Service] # Name=org.jackaudio.service # Exec=/usr/bin/jackdbus auto # already installed via jackd2 package in /usr/share/dbus-1/services/ [Unit] Description=JACKDBUS After=sound.target After=network.target After=usb-reset.service Before=pulseaudio.service Requires=dbus.socket [Service] Type=dbus BusName=org.jackaudio.Controller #run as user algo for security reasons, should be nobody in future User=algo Group=audio # start service #ExecStart=/usr/bin/jackdbus auto #ExecStart=/usr/bin/jack_control ExecStart=/usr/bin/jack_control start ExecStop=/usr/bin/jack_control stop ExecStopPost=/usr/bin/pkill -9 jackdbus SuccessExitStatus=0 RemainAfterExit=true [Install] WantedBy=multi-user.target