forked from Spark/ssm-services
service_args is now an array
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/alsactl'
|
||||
service_args="rdaemon"
|
||||
service_args=( rdaemon )
|
||||
|
||||
stop() {
|
||||
"$service_command" kill save_and_quit
|
||||
|
Reference in New Issue
Block a user