Initial commit

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2025-10-01 09:38:42 +02:00
commit 5a170736d6
7 changed files with 363 additions and 0 deletions

12
pvcollect.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=pv collect service
After=multi-user.target
[Service]
Type=idle
ExecStart=/usr/bin/pvcollect -c /etc/pvcollect/config.json
Restart=on-failure
RestartSec=10s
[Install]
WantedBy=multi-user.target