Dashboard › opencode › Distillation
8d308a4d-5699-48e4-b248-3736155ffcd1["lore_tm_v1_HJB-DQzRFYvliXc-2Qd_C5XnQeYqSfVFwxYRnXBXI-o"]
Date: Sep 8, 2026
/home/byk/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go, KillUnitContext at lines 200–204 sends a UNIX signal to all processes in a unit by calling KillUnitWithTarget(ctx, name, All, signal); KillUnitWithTarget at lines 206–210 invokes org.freedesktop.systemd1.Manager.KillUnit with the unit name, selected Who target, and signal.ResetFailedUnitContext in /home/byk/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go lines 217–220 resets a unit’s failed state through org.freedesktop.systemd1.Manager.ResetFailedUnit.SystemStateContext in /home/byk/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go lines 227–239 retrieves the systemd manager’s SystemState property, equivalent to systemctl is-system-running./home/byk/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go: GetAllPropertiesContext at lines 293–298 retrieves all interfaces’ properties for an unescaped unit name; GetUnitPropertyContext at lines 323–327 retrieves one org.freedesktop.systemd1.Unit property; GetServicePropertyContext at lines 334–337 retrieves one org.freedesktop.systemd1.Service property.GetUnitTypePropertiesContext in /home/byk/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go lines 344–350 accepts unit types Service, Socket, Target, Device, Mount, Automount, Snapshot, Timer, Swap, Path, Slice, and Scope; it queries org.freedesktop.systemd1.<unitType> and returns an Unknown interface D-Bus error when the type is incorrect.SetUnitPropertiesContext in /home/byk/go/pkg/mod/github.com/coreos/go-systemd/v22@v22.5.0/dbus/methods.go lines 357–365 modifies supported unit properties immediately through org.freedesktop.systemd1.Manager.SetUnitProperties; when runtime=true, changes last only until reboot, while runtime=false stores them for future boots.