net-tools/smart-lan-router/smart-lan-router.service.tmpl
Natalie af54b6742d feat(@tools): unify net-tools agent across all fleet nodes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 21:04:36 -07:00

15 lines
373 B
Cheetah

[Unit]
Description=net-tools fleet agent (smart-lan-router) — pull, discover, render
Documentation=file://@REPO@/README.md
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/python3 @REPO@/smart-lan-router/smart-lan-router.py
Restart=always
RestartSec=10
Environment=PYTHONUNBUFFERED=1
[Install]
WantedBy=multi-user.target