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