Skip to content

Commit

Permalink
Add systemd service
Browse files Browse the repository at this point in the history
  • Loading branch information
rverchere committed May 31, 2017
1 parent eb01ea3 commit ce68623
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions systemd/vmware_exporter.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[Unit]
Description=Prometheus VMWare Exporter
After=network.target

[Service]
User=prometheus
Group=prometheus
WorkingDirectory=/opt/prometheus/vmware_exporter/
ExecStart=/opt/prometheus/vmware_exporter/vmware_exporter.py
Type=simple

[Install]
WantedBy=multi-user.target

0 comments on commit ce68623

Please sign in to comment.