Files
my_projects/python/redfish-api/redfish-exporter.service

15 lines
282 B
Desktop File

[Unit]
Description=Redfish Prometheus Exporter
After=network.target
[Service]
Type=simple
WorkingDirectory=/srv/redfish-exporter
ExecStart=/srv/redfish-exporter/venv/bin/python redfish_exporter.py
Restart=on-failure
User=redfish
Group=redfish
[Install]
WantedBy=multi-user.target