diff options
| author | Bas van Dijk <v.dijk.bas@gmail.com> | 2019-04-08 13:55:36 +0200 |
|---|---|---|
| committer | Jean-Baptiste Giraudeau <jean-baptiste.giraudeau@iohk.io> | 2019-04-08 14:59:12 +0200 |
| commit | 7cf27feb2f8651af20ce14543e71af8672dd0293 (patch) | |
| tree | fd87af5b84aeb74bb64db54bb24a9bff78c9a8af /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | a59c92903efb83db34aa7016418cedcded1d808c (diff) | |
nixos/prometheus: get rid of empty arguments
Previously the prometheus.service file looked like:
ExecStart=/nix/store/wjkhfw3xgkmavz1akkqir99w4lbqhak7-prometheus-1.8.2-bin/bin/prometheus -storage.local.path=/var/lib/prometheus/metrics \
-config.file=/nix/store/zsnvzw51mk3n1cxjd0351bj39k1j6j27-prometheus.yml-check-config-checked \
-web.listen-address=0.0.0.0:9090 \
-alertmanager.notification-queue-capacity=10000 \
-alertmanager.timeout=10s \
\
Restart=always
Now it's:
ExecStart=/nix/store/wjkhfw3xgkmavz1akkqir99w4lbqhak7-prometheus-1.8.2-bin/bin/prometheus \
-storage.local.path=/var/lib/prometheus/metrics \
-config.file=/nix/store/zsnvzw51mk3n1cxjd0351bj39k1j6j27-prometheus.yml-check-config-checked \
-web.listen-address=0.0.0.0:9090 \
-alertmanager.notification-queue-capacity=10000 \
-alertmanager.timeout=10s
Restart=always
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
