Add ip-reporter.service

هذا الالتزام موجود في:
2025-11-10 06:03:40 +00:00
الأصل 293d883a50
التزام eb4e7e176e

15
ip-reporter.service Normal file
عرض الملف

@@ -0,0 +1,15 @@
[Unit]
Description=Jetson Nano IP Reporter
After=network-online.target
Wants=network-online.target
[Service]
Type=oneshot
User=root
ExecStart=/usr/bin/python3 /ip_reporter.py
StandardOutput=journal
StandardError=journal
TimeoutStartSec=300
[Install]
WantedBy=multi-user.target