forked from Spark/ssm-services
8 lines
116 B
Plaintext
Executable File
8 lines
116 B
Plaintext
Executable File
#!/usr/bin/env ssm
|
|
|
|
service_command=( /usr/bin/alsactl rdaemon )
|
|
|
|
stop() {
|
|
"$service_command" kill save_and_quit
|
|
}
|