summaryrefslogtreecommitdiff
path: root/configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service
diff options
context:
space:
mode:
authorJorginho <jorginho@lavabit.com>2013-04-28 16:08:32 +0200
committerJorginho <jorginho@lavabit.com>2013-04-28 16:08:32 +0200
commitdc7c29f70fa83682a8db5d8f45fbed11a24bafc1 (patch)
tree16e1795e26a9dae7f21ce5b4103d70bc6a29627a /configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service
parentae961e812c333ea71c1192169843bd0cfe3f021f (diff)
put lxde-multi
Diffstat (limited to 'configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service')
-rw-r--r--configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service b/configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service
new file mode 100644
index 0000000..dd030d5
--- /dev/null
+++ b/configs/lxde-multi/root-image/etc/systemd/system/dhcpcd.service
@@ -0,0 +1,13 @@
+[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