18 lines
340 B
Desktop File
18 lines
340 B
Desktop File
[Unit]
|
|
Description=nextcloud prometheus exporter
|
|
After=mariadb.service
|
|
Requires=mariadb.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/python3 /usr/local/bin/nextcloud-prometheus-exporter.py
|
|
Environment=PYTHONUNBUFFERED=1
|
|
Restart=always
|
|
|
|
User=www-data
|
|
Group=www-data
|
|
|
|
NoNewPrivileges=True
|
|
#ProtectSystem=strict
|