summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenry Gebhardt <hsggebhardt@googlemail.com>2010-12-08 23:05:03 +0100
committerHenry Gebhardt <hsggebhardt@googlemail.com>2010-12-08 23:05:03 +0100
commit46476b957f59eb5610b77a6646a592f4ca330163 (patch)
tree75573c1792261644a1711cec8e817a7c01cae57d /sys-apps/systemd-units/files/services-desktop
parentnet-wireless/bluez-4.80: Only install systemd stuff if USE=systemd (diff)
downloadsystemd-46476b957f59eb5610b77a6646a592f4ca330163.tar.gz
systemd-46476b957f59eb5610b77a6646a592f4ca330163.tar.bz2
systemd-46476b957f59eb5610b77a6646a592f4ca330163.zip
sys-apps/systemd-units: dhcpcd.service update
Diffstat (limited to 'sys-apps/systemd-units/files/services-desktop')
-rw-r--r--sys-apps/systemd-units/files/services-desktop/dhcpcd.service6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys-apps/systemd-units/files/services-desktop/dhcpcd.service b/sys-apps/systemd-units/files/services-desktop/dhcpcd.service
index 7ab2105..85672bc 100644
--- a/sys-apps/systemd-units/files/services-desktop/dhcpcd.service
+++ b/sys-apps/systemd-units/files/services-desktop/dhcpcd.service
@@ -2,9 +2,7 @@
Description=Dhcpcd
[Service]
-Type=forking
-ExecStart=/sbin/dhcpcd -q
-PIDFile=/var/run/dhcpcd.pid
+ExecStart=/sbin/dhcpcd -q --nobackground
[Install]
-WantedBy=graphical.target
+WantedBy=graphical.target network.target