Re: tmux, systemd and jack capture
Thomas Brand <[email protected]> Thu, 25 Apr 2019 15:51:24 +0200
| Newsgroups | gmane.comp.audio.jackit |
|---|---|
| Message-ID | <[email protected]> |
On 2019-04-25 12:39, [email protected] wrote: > Hey Thomas, > > systemctl --version > systemd 232 > +PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP > +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS > +KMOD +IDN > > From that issue thread I see it's only in 240 - so this is not the > problem I suppose. > For your case you'd start jack with a user that has necessary permissions, eventually in a screen or tmux session. Same with the capture script, and this one can wait until jack is available: jack_wait -w #... do capture etc. Greetings Thomas