You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
299 B

[Unit]
Description=DPWorld udhcpd on ap0
After=dpworld-hostapd-ap0.service
StartLimitIntervalSec=60
StartLimitBurst=5
[Service]
Type=simple
ExecStartPre=/bin/sh -c 'touch /run/udhcpd-ap0.leases'
ExecStart=/usr/sbin/udhcpd -f -S /home/root/network/ap/udhcpd-ap0.conf
Restart=on-failure
RestartSec=3