diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-03-03 18:30:51 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-03-03 18:30:51 -0300 |
commit | 7efca07ac27c67199adfe07ccd9e2318bf2877bb (patch) | |
tree | 05ff445aa908c49ecb560f8300981836cd695b43 /configs/releng/root-image/etc/systemd/system/dhcpcd.service | |
parent | 21b6a908c364ee6c3cc2e9ea0e9186b5564e60f2 (diff) | |
download | archiso32-7efca07ac27c67199adfe07ccd9e2318bf2877bb.tar.xz |
[configs/releng] Use dhcpcd service provided by the package.
Implements FS#34075.
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/root-image/etc/systemd/system/dhcpcd.service')
-rw-r--r-- | configs/releng/root-image/etc/systemd/system/dhcpcd.service | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/configs/releng/root-image/etc/systemd/system/dhcpcd.service b/configs/releng/root-image/etc/systemd/system/dhcpcd.service deleted file mode 100644 index dd030d5..0000000 --- a/configs/releng/root-image/etc/systemd/system/dhcpcd.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=dhcpcd on all interfaces -Wants=network.target -Before=network.target - -[Service] -Type=forking -PIDFile=/run/dhcpcd.pid -ExecStart=/sbin/dhcpcd -A -b -q -ExecStop=/sbin/dhcpcd -k - -[Install] -WantedBy=multi-user.target |