Initial Release

This commit is contained in:
Philipp Holzer 2024-10-24 20:26:41 +02:00
commit 76ec4ba39f
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
31 changed files with 3023 additions and 0 deletions

View file

@ -0,0 +1,18 @@
[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