9 lines
140 B
Plaintext
Executable File
9 lines
140 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
#service_respawn='true'
|
|
service_command=( /usr/bin/alsactl rdaemon )
|
|
|
|
stop() {
|
|
"$service_command" kill save_and_quit
|
|
}
|