[Unit] Description=Homelab internal health checks After=network-online.target Wants=network-online.target [Service] Type=oneshot User=samantha WorkingDirectory=/home/samantha/homelab-health Environment=KUBECONFIG=/home/samantha/.kube/config Environment=PATH=/usr/local/bin:/usr/bin:/bin ExecStart=/home/samantha/homelab-health/venv/bin/python /home/samantha/homelab-health/checker.py --config /home/samantha/homelab-health/checks.json StandardOutput=journal StandardError=journal