Files
pvcollect/pvcollect.service
Thomas Klaehn 5a170736d6 Initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2025-10-01 09:38:42 +02:00

13 lines
214 B
Desktop File

[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