aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-11-21 23:36:38 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-11-29 11:03:34 +0100
commit0c398b0c7997dc2fce0c681899872345fb56a117 (patch)
treee4191c837b083dfcbfa0acbee0beb338ecc00dbd /meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service
parent24289982628563ce6c49a8dc207c2a1cbd9167b3 (diff)
downloadmeta-openembedded-contrib-0c398b0c7997dc2fce0c681899872345fb56a117.tar.gz
dhcp: rename bbappend to match new version from oe-core and move to oe-core prefix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service')
-rw-r--r--meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service
new file mode 100644
index 0000000000..f68f468eef
--- /dev/null
+++ b/meta-systemd/oe-core/recipes-connectivity/dhcp/dhcp/dhcrelay.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=DHCP Relay Agent Daemon
+After=syslog.target network.target
+
+[Service]
+EnvironmentFile=/etc/default/dhcp-relay
+ExecStart=/usr/sbin/dhcrelay -d $DHCRELAYARGS
+
+[Install]
+WantedBy=multi-user.target