Files
dotfiles/homedir/.config/ssm/services/pulseaudio
T

11 lines
201 B
Plaintext
Raw Normal View History

2018-08-07 22:21:49 +03:00
#!/bin/env watchman
2019-10-03 12:03:31 +03:00
service_command = '/usr/bin/pulseaudio' \
--exit-idle-time=-1 \
-L module-jack-sink \
-L module-jack-source \
2018-08-07 22:21:49 +03:00
-L module-native-protocol-tcp
2019-10-03 12:03:31 +03:00
stop() { "$service_command" -k; }