aboutsummaryrefslogtreecommitdiffstats
path: root/debian/dhcpcd.service
diff options
context:
space:
mode:
authorvg <vg@devys.org>2018-07-24 16:10:13 +0200
committervg <vg@devys.org>2018-07-24 16:10:13 +0200
commit0b57ffbcd6d9c49fe90d7e7dc241d034ace943fa (patch)
tree940f8d183f1e89d959d157abe205ba76efb093ba /debian/dhcpcd.service
downloaddebian-dhcpcd-0b57ffbcd6d9c49fe90d7e7dc241d034ace943fa.tar.gz
debian-dhcpcd-0b57ffbcd6d9c49fe90d7e7dc241d034ace943fa.tar.bz2
debian-dhcpcd-0b57ffbcd6d9c49fe90d7e7dc241d034ace943fa.zip
Initial packaging of dhcpcd
Diffstat (limited to 'debian/dhcpcd.service')
-rw-r--r--debian/dhcpcd.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/dhcpcd.service b/debian/dhcpcd.service
new file mode 100644
index 0000000..b016f36
--- /dev/null
+++ b/debian/dhcpcd.service
@@ -0,0 +1,7 @@
+[Service]
+ExecStart=/usr/sbin/dhcpcd -MBq
+Restart=on-abnormal
+KillMode=process
+
+[Install]
+WantedBy=multi-user.target