18 lines
429 B
SYSTEMD
18 lines
429 B
SYSTEMD
|
[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
|