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