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