Skip to content

Commit

Permalink
Change default startup to use quiet mode (i.e. don't echo successful …
Browse files Browse the repository at this point in the history
…requests)
  • Loading branch information
pcuzner committed Mar 15, 2018
1 parent 25249ce commit c35708d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/vdo_exporter.service
Expand Up @@ -8,7 +8,7 @@ Wants=network-online.target vdo.service
Type=simple
User=root
Group=root
ExecStart=/usr/bin/vdo_exporter
ExecStart=/usr/bin/vdo_exporter --quiet
Restart=on-failure
StartLimitInterval=30min
StartLimitBurst=3
Expand Down

0 comments on commit c35708d

Please sign in to comment.