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