service_args is now an array
This commit is contained in:
@@ -3,4 +3,4 @@
|
||||
|
||||
#service_respawn=true
|
||||
service_command='/usr/bin/dhcpcd'
|
||||
service_args='-B'
|
||||
service_args=( -B )
|
||||
|
Reference in New Issue
Block a user