Browse Source

* added code to run alsa init on runit

legacy/multilib
Alejandro Mery 19 years ago
parent
commit
9fab25e33c
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      parse-config

+ 6
- 0
parse-config

@ -36,6 +36,12 @@ mnemosyne_postinstall() {
for x in bcron-scheduler bcron-spooler bcron-updater; do
ln -svnf $sysconfdir/$x $root/service/$x
done
;;
alsa-utils)
# alsa configuration save/restore
ln -svnf /sbin/init.d/alsa "$root/etc/runit/1.d/20alsa"
ln -svnf /sbin/init.d/alsa "$root/etc/runit/2.d/80alsa"
;;
esac
}

Loading…
Cancel
Save