Skip to content
Yusuke Nakamura edited this page Dec 2, 2021 · 17 revisions

Actions

  • start
  • stop
  • reload
  • restart
  • disable
  • enable
  • nothing

Attributes

Name Value Default Required
action one of Symbol, Array :nothing Yes
user String (no default) No
cwd String (no default) No
name String (name of resource) No
provider Symbol (no default) No

Example

service 'nginx' do
  action [:enable, :start]
end


***

_Do not edit this page because this is generated automatically with Itamae v1.12.3_