Skip to content

Commit

Permalink
Drop verbosity arguments from systemd file
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Nov 4, 2023
1 parent dc96913 commit bb02186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prometheus-weathermen.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Prometheus weathermen service
After=multi-user.target

[Service]
ExecStart=/usr/local/bin/prometheus-weathermen -vvv
ExecStart=/usr/local/bin/prometheus-weathermen
Restart=on-failure
# Let systemd dynamically create a non-privileged user
# You might need to change that to a static user if e.g. you need ACL based read permissions for TLS certificates
Expand Down Expand Up @@ -41,4 +41,4 @@ RestrictRealtime=yes
SystemCallArchitectures=native
SystemCallFilter=~@swap @resources @reboot @raw-io @privileged @obsolete @mount @module @debug @cpu-emulation @clock
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target

0 comments on commit bb02186

Please sign in to comment.