service_args is now an array
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
|
||||
#service_respawn=true
|
||||
service_command='/usr/bin/memcached'
|
||||
service_args='-m 64 -p 11211 -u nobody -l 127.0.0.1'
|
||||
service_args=( -m 64 -p 11211 -u nobody -l 127.0.0.1 )
|
||||
|
Reference in New Issue
Block a user