18 lines
429 B
Desktop File
18 lines
429 B
Desktop File
[Unit]
|
|
Description=Prometheus exporter for Friendica metrics
|
|
Documentation=https://git.friendi.ca/friendica/friendica-exporter
|
|
After=network.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/friendica-exporter -c /etc/friendica-exporter.yml
|
|
User=friendica-exporter
|
|
Group=friendica-exporter
|
|
PrivateTmp=true
|
|
ProtectHome=true
|
|
ProtectSystem=full
|
|
Restart=on-failure
|
|
RestartSec=20
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |