Method: Chef::Provider::ContainerServiceRunit#run_script_content
- Defined in:
- lib/chef/provider/container_service_runit.rb
#run_script_content ⇒ Object
74 75 76 77 78 |
# File 'lib/chef/provider/container_service_runit.rb', line 74 def run_script_content "#!/bin/sh exec 2>&1 exec #{new_resource.command} 2>&1" end |