You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wolfdisk/setup.sh: always (re)write wolfdisk.service so updates repair it
Service install was gated on `[ ! -f /etc/systemd/system/wolfdisk.service ]`,
so a node without the unit (interrupted install, binary build failing before
the service block, or a stale unit) was never repaired by re-running setup.sh —
leaving "Unit wolfdisk.service not found" on the next enable/start. Now the unit
is rewritten on every run from the live config, so re-running setup.sh reliably
fixes it.
0 commit comments