14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
[Unit]
|
|
Description=Process Exporter
|
|
Documentation=https://github.com/ncabatoff/process-exporter
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
ExecStart={{ process_exporter_binary }} --web.listen-address=:{{ process_exporter_port }} -config.path {{ process_exporter_config_file }}
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|