service_args is now an array
This commit is contained in:
@@ -5,4 +5,4 @@ depends dbus || return 1
|
||||
|
||||
#service_respawn='true'
|
||||
service_command='/usr/bin/connmand'
|
||||
service_args='-n'
|
||||
service_args=( -n )
|
||||
|
Reference in New Issue
Block a user