This commit is contained in:
2026-02-07 16:57:37 +01:00
parent 8383104454
commit dff1b03e42
129 changed files with 19769 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
[Unit]
Description=IPWatch MQTT Agent
After=network.target mosquitto.service
Wants=network.target
[Service]
Type=simple
User=root
ExecStart=/usr/bin/python3 /usr/local/bin/ipwatch_mqtt_agent.py
Restart=always
RestartSec=10
# Logs
StandardOutput=journal
StandardError=journal
SyslogIdentifier=ipwatch-mqtt-agent
# Sécurité
PrivateTmp=yes
NoNewPrivileges=false
ProtectSystem=strict
ProtectHome=read-only
ReadWritePaths=/var/log
[Install]
WantedBy=multi-user.target