John Ogle 0a9de8d159 Fix rbw-agent launching from systemd services
The rbw unlock systemd services were failing to launch the rbw-agent
daemon due to two issues:

1. Missing RBW_AGENT environment variable - rbw looks for this variable
   to locate the agent binary, falling back to PATH lookup. Systemd
   user services have minimal environments without the necessary PATH.

2. Default KillMode=control-group - when the oneshot service completed,
   systemd was killing all processes in the cgroup including the
   daemonized agent.

Fixed by:
- Setting RBW_AGENT environment variable to explicit agent binary path
- Using KillMode=process to only kill the main process, allowing the
  spawned agent daemon to persist after service completion
2025-12-29 10:21:58 -08:00
2025-11-25 13:39:01 -08:00
2025-07-13 11:08:42 -07:00
2025-11-10 08:12:19 -08:00
2025-07-13 10:28:52 -07:00
2025-07-29 12:15:36 -07:00
2025-12-22 12:03:31 -08:00
Description
No description provided
22 MiB
Languages
Nix 81.3%
Emacs Lisp 10.8%
Shell 4.9%
Python 3%