2023-02-12 10:26:48 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Vector
|
|
|
|
Documentation=https://vector.dev
|
|
|
|
After=network-online.target
|
|
|
|
Requires=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/bin/vector --config /etc/vector/prometheus.toml
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
Restart=always
|
2023-02-12 12:50:01 +00:00
|
|
|
StandardOutput=journal
|
|
|
|
StandardError=journal
|
2023-02-12 10:26:48 +00:00
|
|
|
SyslogIdentifier=vector
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|
|
|
|
|