diff options
author | William Hubbs <williamh@gentoo.org> | 2011-06-21 20:14:18 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-06-21 20:14:18 +0000 |
commit | 57453582153b7de825f34a4c68e76d6d13da9ac2 (patch) | |
tree | 3eb4f15c6b179fcbab804c34f0697be9a4f29817 /net-misc/dhcpcd/files | |
parent | Fix test dependencies. (diff) | |
download | historical-57453582153b7de825f34a4c68e76d6d13da9ac2.tar.gz historical-57453582153b7de825f34a4c68e76d6d13da9ac2.tar.bz2 historical-57453582153b7de825f34a4c68e76d6d13da9ac2.zip |
revert patch from bug 350511, add systemd support for bug 372437 and
migrate to eapi 4. Thanks to mgorny@gentoo.org for systemd support.
Package-Manager: portage-2.2.0_alpha41/cvs/Linux i686
Diffstat (limited to 'net-misc/dhcpcd/files')
-rw-r--r-- | net-misc/dhcpcd/files/dhcpcd.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net-misc/dhcpcd/files/dhcpcd.service b/net-misc/dhcpcd/files/dhcpcd.service new file mode 100644 index 000000000000..46a6567e05e3 --- /dev/null +++ b/net-misc/dhcpcd/files/dhcpcd.service @@ -0,0 +1,8 @@ +[Unit] +Description=Lightweight DHCP client daemon + +[Service] +ExecStart=/sbin/dhcpcd -q --nobackground + +[Install] +WantedBy=network.target |