deploylib

runit

package runit

Visibility
  1. Public
  2. All

Type Members

  1. trait RunitManager extends RemoteMachine

    Allows the management of services controlled by Runit on the remote machine

  2. case class RunitService (manager: RunitManager, name: String) extends Product with Serializable

  3. case class RunitStatus (status: String, pid: Int, upTime: Int) extends Product with Serializable

  4. case class UnsucessfulSvCmdException (resp: ExecuteResponse) extends Exception with Product with Serializable

Value Members

  1. object BadStatus extends Exception