dhcpcd: redirect stderr to stdout in service

This commit is contained in:
Dylan Araps 2021-08-31 18:21:11 +03:00
parent a38805e7e6
commit 8e5944d76d
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
9bac373f17e8a2f8102aecdc4be65f33de60046abb4416e543901c66861828cd
2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418
bcc9769fc1729dfd0865ee46abfd610022f4cbbb4b704bd3caa698a7c6d4f2d9

View File

@ -1,2 +1,2 @@
#!/bin/sh
exec dhcpcd -BM
exec dhcpcd -BM 2>&1