fix: repair packaged plugin runtime mirrors

This commit is contained in:
Peter Steinberger
2026-04-28 00:23:38 +01:00
parent 152e30935f
commit f71f5bc586
5 changed files with 161 additions and 8 deletions

View File

@@ -44,6 +44,10 @@ case "$cmd" in
status)
exit 0
;;
is-active)
echo "inactive" >&2
exit 3
;;
is-enabled)
unit="${args[1]:-}"
unit_path="$HOME/.config/systemd/user/${unit}"