This commit is contained in:
2025-09-26 18:47:57 +00:00
parent 3a454780a2
commit d3cdc5d3bd
4 changed files with 40 additions and 21 deletions

View File

@@ -3,9 +3,12 @@ Description=RPI Ping Check
After=network.target
[Service]
ExecStart=/usr/local/bin/custom/poe.sh
Type=simple
User=root
WorkingDirectory=/srv/poe_manager
ExecStart=/srv/poe_manager/venv/bin/python3 /srv/poe_manager/poe_wrapper.py
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target