7 lines
134 B
SYSTEMD
7 lines
134 B
SYSTEMD
|
[Unit]
|
||
|
Description=Prometheus Borg Exporter
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/borg_exporter
|
||
|
Type=oneshot
|