fix: agent config search order — 1st arg > /etc/ > ~/.config/ #44
Reference in New Issue
Block a user
Delete Branch "feat/push-monitoring-agent-v2"
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?
The systemd service runs as root so /root is /root, but config is
written to /etc/servermanager/agent.conf. The agent now tries:
Service ExecStart and cron job both pass the config path explicitly.