diff options
author | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:46:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-06-05 14:46:24 +0300 |
commit | d10f77b98663ff814fed1ab6bc54ab9649297c80 (patch) | |
tree | 371d66ae9e56e69d9c7f06fab7f8ce9dbbdd2bbe /extra/dhcpcd/files | |
parent | 5d327cff92b68ce9c7cdc534fc7b7bbefc607dad (diff) | |
download | repository-d10f77b98663ff814fed1ab6bc54ab9649297c80.tar.gz |
dhcpcd: move to extra
Diffstat (limited to 'extra/dhcpcd/files')
-rw-r--r-- | extra/dhcpcd/files/dhcpcd.run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/dhcpcd/files/dhcpcd.run b/extra/dhcpcd/files/dhcpcd.run new file mode 100644 index 00000000..0172d7f8 --- /dev/null +++ b/extra/dhcpcd/files/dhcpcd.run @@ -0,0 +1,2 @@ +#!/bin/sh +exec dhcpcd -BM 1>&2 |