-
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy the "defaults" file correctly so that changes take effect
Without this change, when the install_method is set to `package`, the various `prometheus::server` settings will never do anything because we stop touching the systemd config file. By default, the Debian systemd.service file has this entry: EnvironmentFile=/etc/default/prometheus ExecStart=/usr/bin/prometheus $ARGS ... which makes it use the ARGS define in the "default" config file. We harmonize our systemd config and init.d files to sync up with that file instead of rewriting the startup file. Closes: #323.
- Loading branch information
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters