Add .deb agent package with systemd timer and interactive setup

This commit is contained in:
2026-07-16 14:28:12 +07:00
parent 21566c1f1e
commit 53a087fbc3
10 changed files with 261 additions and 0 deletions
@@ -0,0 +1,8 @@
[Unit]
Description=InfoUser Agent
After=network.target
[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /opt/info-user-agent/agent.py
User=root