Add basic postfix_exporter
This commit is contained in:
11
exporter/postfix_exporter/postfix_exporter.service
Normal file
11
exporter/postfix_exporter/postfix_exporter.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Postfix Exporter
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
ExecStart=/usr/prometheus/postfix_exporter
|
||||
ProtectHome=true
|
||||
ProtectSystem=full
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user