Skip to content

Commit

Permalink
Tweak init order; add logging to syslog for udhcpd.
Browse files Browse the repository at this point in the history
  • Loading branch information
mac2612 committed Dec 9, 2018
1 parent 9c8375b commit 6457423
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

start() {
printf "Starting udhcpd: "
udhcpd /etc/udhcpd.conf
udhcpd -S /etc/udhcpd.conf
echo "done"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

start() {
printf "Starting udhcpd: "
udhcpd /etc/udhcpd.conf
udhcpd -S /etc/udhcpd.conf
echo "done"
}

Expand Down

0 comments on commit 6457423

Please sign in to comment.