Initial Release
This commit is contained in:
commit
76ec4ba39f
31 changed files with 3023 additions and 0 deletions
18
contrib/friendica-exporter.service
Normal file
18
contrib/friendica-exporter.service
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue