diff options
author | Juan RP <xtraeme@gmail.com> | 2014-08-15 07:01:11 +0200 |
---|---|---|
committer | Juan RP <xtraeme@gmail.com> | 2014-08-15 07:01:11 +0200 |
commit | a507f6309c61c60b2d73c0e93f83e4c7bad15315 (patch) | |
tree | d1cc76607428eddb47661536573bb2877ceeddd3 /services/alsa/run | |
parent | 3673b4b7aa7b75d12a0baa6c446b82a393f94c78 (diff) | |
download | runit-void-a507f6309c61c60b2d73c0e93f83e4c7bad15315.tar.gz runit-void-a507f6309c61c60b2d73c0e93f83e4c7bad15315.tar.xz runit-void-a507f6309c61c60b2d73c0e93f83e4c7bad15315.zip |
services: fix permissions on some services and stop hardcoding path to bins.
Diffstat (limited to 'services/alsa/run')
-rwxr-xr-x | services/alsa/run | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/alsa/run b/services/alsa/run index 070eb22..728c4c8 100755 --- a/services/alsa/run +++ b/services/alsa/run @@ -1,4 +1,4 @@ #!/bin/sh set -e -/usr/sbin/alsactl restore +alsactl restore exec chpst -b alsa pause |