15 lines
254 B
Plaintext
Executable File
15 lines
254 B
Plaintext
Executable File
#!/bin/env watchman
|
|
|
|
service_depends=( jackd )
|
|
|
|
service_command='/usr/bin/pulseaudio'
|
|
service_args=(
|
|
--realtime=false
|
|
--exit-idle-time=-1
|
|
-L module-jack-sink
|
|
-L module-jack-source
|
|
-L module-native-protocol-tcp
|
|
)
|
|
|
|
stop () { "$service_command" -k; }
|