hive-ag3nt: serve loop + send/recv CLI; template runs serve

This commit is contained in:
müde 2026-05-14 21:44:05 +02:00
parent d79b5a39a1
commit 61407f41c9
6 changed files with 139 additions and 4 deletions

View file

@ -7,9 +7,11 @@
systemd.services.hive-ag3nt = {
description = "hive-ag3nt harness";
wantedBy = [ "multi-user.target" ];
after = [ "network.target" ];
serviceConfig = {
ExecStart = "${pkgs.hyperhive}/bin/hive-ag3nt";
Type = "oneshot";
ExecStart = "${pkgs.hyperhive}/bin/hive-ag3nt serve";
Restart = "on-failure";
RestartSec = 2;
};
};