Initial version of the Hermes self learning agent setup of JR IT Services.

This commit is contained in:
2026-04-21 11:53:29 +02:00
commit 7f9b0e6c5f
31 changed files with 1966 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[Unit]
Description=Alan Hermes Docker Stack
After=default.target docker.service
Requires=docker.service
[Service]
Type=oneshot
RemainAfterExit=yes
WorkingDirectory=%h/src/alan
ExecStart=%h/src/alan/scripts/alanctl up
ExecStop=%h/src/alan/scripts/alanctl down
TimeoutStartSec=180
TimeoutStopSec=60
[Install]
WantedBy=default.target