OSDN Git Service

New service: 3proxy.
[avyssos/void-66-services.git] / usr / share / 66 / service / alsa
1 [main]
2 @type = oneshot
3 @version = 0.0.1
4 @description = "Restore and store sound card state"
5 @user = ( root )
6 @options = ( log )
7
8 [start]
9 @execute = ( alsactl restore )
10
11 [stop]
12 @execute = ( alsactl store )