diff options
author | root <root@rshg054.dnsready.net> | 2012-11-24 01:54:10 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-24 01:54:10 -0800 |
commit | c65624e6d74bffd70dcd67cc28448b5a50596efb (patch) | |
tree | 06c1cbca31a798c4274030b52e9947fb57a1a889 /core/dhcpcd/dhcpcd.service | |
parent | 1fce42e9327109bd47dba5e3e690144a23bbbc19 (diff) |
Sat Nov 24 01:51:17 PST 2012
Diffstat (limited to 'core/dhcpcd/dhcpcd.service')
-rw-r--r-- | core/dhcpcd/dhcpcd.service | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/dhcpcd/dhcpcd.service b/core/dhcpcd/dhcpcd.service index 25a1923ac..4a3bf366a 100644 --- a/core/dhcpcd/dhcpcd.service +++ b/core/dhcpcd/dhcpcd.service @@ -1,13 +1,13 @@ [Unit] -Description=dhcpcd on %I +Description=dhcpcd on all interfaces Wants=network.target Before=network.target [Service] Type=forking -PIDFile=/run/dhcpcd-%I.pid -ExecStart=/sbin/dhcpcd -A -q -w %I -ExecStop=/sbin/dhcpcd -k %I +PIDFile=/run/dhcpcd.pid +ExecStart=/sbin/dhcpcd -q -b +ExecStop=/sbin/dhcpcd -x [Install] -Alias=multi-user.target.wants/dhcpcd@eth0.service +WantedBy=multi-user.target |