11 lines
201 B
Plaintext
Executable File
11 lines
201 B
Plaintext
Executable File
#!/bin/env watchman
|
|
|
|
|
|
service_command = '/usr/bin/pulseaudio' \
|
|
--exit-idle-time=-1 \
|
|
-L module-jack-sink \
|
|
-L module-jack-source \
|
|
-L module-native-protocol-tcp
|
|
|
|
stop() { "$service_command" -k; }
|