mirror of
https://github.com/bestnite/quadlet-migrator-skill.git
synced 2026-04-26 19:21:53 +00:00
Add helper script templates and align reference guidance.
Point helper-script generation at shared templates, tighten prefix-based Quadlet handling, and refresh the bundled Quadlet reference formatting. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
# Reload systemd after reviewed Quadlet unit changes.
|
||||
# Update the systemctl_cmd() function below before using this template.
|
||||
|
||||
systemctl_cmd() {
|
||||
systemctl --user "$@"
|
||||
}
|
||||
|
||||
systemctl_cmd daemon-reload
|
||||
Reference in New Issue
Block a user