resetting manifest requested domain to floor
[platform/core/multimedia/avsystem.git] / init / snd_init
1 #!/bin/sh
2 #
3 # snd_init      sound_initializer
4 # chkconfig: 2345 30 30 
5 # description: snd_init runs sound_initializer -i which make shared memory for audio system
6 #
7
8 if [ -x /usr/bin/sound_initializer ]; then
9         /usr/bin/sound_initializer -i
10 fi