forked from kiss-community/repo
dhcpcd: redirect stderr to stdout in service
This commit is contained in:
parent
a38805e7e6
commit
8e5944d76d
@ -1,2 +1,2 @@
|
|||||||
9bac373f17e8a2f8102aecdc4be65f33de60046abb4416e543901c66861828cd
|
9bac373f17e8a2f8102aecdc4be65f33de60046abb4416e543901c66861828cd
|
||||||
2b56c7e91bebcd8ca87e04998551a454b19a904dfb6d1cd0a9255c2feceda418
|
bcc9769fc1729dfd0865ee46abfd610022f4cbbb4b704bd3caa698a7c6d4f2d9
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec dhcpcd -BM
|
exec dhcpcd -BM 2>&1
|
||||||
|
Loading…
Reference in New Issue
Block a user