13 lines
214 B
Desktop File
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
|