chef-client

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-01-05 01:05:33 +03:00
parent e89c374867
commit aed52ff692
1 changed files with 5 additions and 0 deletions

5
init.d/chef-client Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env ssm
#service_respawn=true
service_command='/usr/bin/chef-client'
service_args=( -i 600 -s 3 -l info )