Simply reverts the Systems Services Manager on a Ubuntu server back to Upstart.
- Ubuntu 64-bit (amd64)
- Chef 12.10
Just include linux-upstart
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[linux-upstart]"
]
}
Within a Vagrant provisioning session, use the vagrant reload
provisioner to force a clean reload after provisioning this linux-upstart recipe.
Authors: Lonnie VanZandt