Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
odigos-otelcol / lib / systemd / system / odigos-otelcol.service
Size: Mime:
[Unit]
Description=Odigos Distribution of the OpenTelemetry Collector
After=network.target

[Service]
EnvironmentFile=/etc/odigos-otelcol/odigos-otelcol.conf
ExecStart=/usr/bin/odigos-otelcol $OTELCOL_OPTIONS
KillMode=mixed
Restart=on-failure
Type=simple
User=odigos
Group=odigos

[Install]
WantedBy=multi-user.target