Skip to content

Commit

Permalink
set the ingest endpoint as an environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick committed Mar 10, 2024
1 parent 8c3eb8e commit d3c0be2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/pkgs-observer-agent.conf.d/service.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INGEST_ENDPOINT=
1 change: 1 addition & 0 deletions usr/lib/systemd/system/pkgs-observer-agent.service
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Wants=pkgs-observer-agent.timer
[Service]
Type=oneshot
ExecStart=/usr/sbin/pkgs-observer-agent
EnvironmentFile=/etc/pkgs-observer-agent.d/service.conf

[Install]
WantedBy=multi-user.target

0 comments on commit d3c0be2

Please sign in to comment.