File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- # Systemd environment file for the opentelemetry-collector service
1
+ # Systemd environment file for the otelcol service
2
2
3
- # Command-line options for the opentelemetry-collector service.
4
- # Run `/usr/bin/opentelemetry-collector --help` to see all available options.
5
- OTELCOL_OPTIONS="--config=/etc/opentelemetry-collector /config.yaml"
3
+ # Command-line options for the otelcol service.
4
+ # Run `/usr/bin/otelcol --help` to see all available options.
5
+ OTELCOL_OPTIONS="--config=/etc/otelcol /config.yaml"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Description=OpenTelemetry Collector
3
3
After =network.target
4
4
5
5
[Service]
6
- EnvironmentFile =/etc/opentelemetry-collector /otelcol.conf
6
+ EnvironmentFile =/etc/otelcol /otelcol.conf
7
7
ExecStart =/usr/local/bin/otelcol $OTELCOL_OPTIONS
8
8
KillMode =mixed
9
9
Restart =on-failure
You can’t perform that action at this time.
0 commit comments