File otelcol-otlp.service of Package opentelemetry-collector-otlp
[Unit]
Description=OpenTelemetry Collector OTLP
Documentation=https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-otlp
Wants=network-online.target
After=network-online.target
[Service]
EnvironmentFile=/etc/default/otelcol-otlp
ExecStart=/usr/bin/otelcol-otlp $OTELCOL_OPTIONS
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=mixed
Restart=on-failure
Type=simple
User=otelcol-otlp
Group=otelcol-otlp
WorkingDirectory=/var/lib/otelcol-otlp
[Install]
WantedBy=multi-user.target