chore(mcp): rename systemd unit to forgejo-mcp.service #70
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/FJ-52-rename-systemd-unit-forgejo-mcp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rename the per-user systemd unit written by
fj mcp service installfromfj-mcp.servicetoforgejo-mcp.servicefor parity with the siblingyoutrack-mcp.service. The unit name uses the product name rather than theinternal crate name (
fj-mcp).The
UNIT_NAMEconstant is the single source of truth threaded through theunit-file path and every
systemctl --user enable/disable/statuscall, so theone-line constant change updates both install and uninstall. Doc comments and
README references are updated to match, and a README migration note covers
manual removal of a legacy
fj-mcp.servicefor upgraders.#FJ-52