aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/gadget-init/udhcpd.service
blob: 1f4ac688de67ee2f9f6b971314c61851d1a87ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=DHCP server for USB0 network gadget
After=dev-usb0.device
Conflicts=storage-gadget-init.service

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

[Install]
WantedBy=gether.target