Add full Oculog codebase

This commit is contained in:
shump
2026-02-12 14:52:37 -06:00
parent 49d8d01643
commit 5c6a17abf3
68 changed files with 34218 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=Oculog Client Agent
After=network.target
[Service]
Type=simple
User=root
ExecStart=/usr/local/bin/oculog-client
Restart=always
RestartSec=10
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target