Versions in this module Expand all Collapse all v0 v0.10.3 Jun 4, 2026 v0.10.2 Jun 3, 2026 Changes in this version + type Runner interface + Run func(args ...string) error + RunQuiet func(args ...string) error + type Systemctl struct + func New(guest Runner) Systemctl + func (s Systemctl) Active(service string) bool + func (s Systemctl) DaemonReload() error + func (s Systemctl) Restart(service string) error + func (s Systemctl) Start(service string) error + func (s Systemctl) Stop(service string, force bool) error