Sysctl

final case class Sysctl(name: String, value: String)

Sysctl defines a kernel parameter to be set

Source:
Sysctl.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withName(value: String): Sysctl
def withValue(value: String): Sysctl

Inherited methods

Inherited from:
Product