Skip to content

Commit

Permalink
Merge pull request #2260 from bcressey/wicked-output
Browse files Browse the repository at this point in the history
reduce log output for DHCP services
  • Loading branch information
bcressey authored Jul 6, 2022
2 parents cb88f16 + 58c2e16 commit aaab8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wicked/wickedd-dhcp4.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ PartOf=wickedd.service
[Service]
Type=notify
LimitCORE=infinity
ExecStart=/usr/libexec/wicked/bin/wickedd-dhcp4 --systemd --foreground --log-level debug --debug most
ExecStart=/usr/libexec/wicked/bin/wickedd-dhcp4 --systemd --foreground --log-level notice
StandardError=null
Restart=on-abort
2 changes: 1 addition & 1 deletion packages/wicked/wickedd-dhcp6.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ PartOf=wickedd.service
[Service]
Type=notify
LimitCORE=infinity
ExecStart=/usr/libexec/wicked/bin/wickedd-dhcp6 --systemd --foreground --log-level debug --debug most
ExecStart=/usr/libexec/wicked/bin/wickedd-dhcp6 --systemd --foreground --log-level notice
StandardError=null
Restart=on-abort

0 comments on commit aaab8fc

Please sign in to comment.