granthi-sync v1: granthi-link provisioning service + client daemon + tests

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
Nirav Patel
2026-08-19 00:09:19 -04:00
co-authored by Claude Fable 5
commit 2077591755
13 changed files with 1286 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[Unit]
Description=granthi-link provisioning service (granthi-sync spine)
After=network-online.target docker.service
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 /opt/granthi-link/granthi_link.py /opt/granthi-link/config.json
Restart=on-failure
RestartSec=3
User=root
NoNewPrivileges=true
ProtectSystem=full
ReadWritePaths=/opt/granthi-link
[Install]
WantedBy=multi-user.target