Systemd readiness check.
@type t() :: %HostKit.Readiness.Systemd{ kill: boolean(), restart: boolean(), state: :active, unit: String.t() }
@spec new( String.t(), keyword() ) :: t()