summaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/gadget-init/udhcpd.service
blob: f0766733fd9e48f9814c37a83831a156587584ce (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=DHCP server for USB0 network gadget
After=sys-devices-platform-omap-ti81xx\x2dusbss-musb\x2dhdrc.0-gadget-net-usb0.device

[Service]
ExecStart=/usr/sbin/udhcpd -f -S /etc/udhcpd.conf
ExecStop=/bin/kill -TERM $MAINPID
KillSignal=SIGINT

[Install]
WantedBy=basic.target