Magellan Linux

Annotation of /trunk/busybox/udhcpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2630 - (hide annotations) (download)
Mon Jul 20 13:37:42 2015 UTC (8 years, 9 months ago) by niro
File size: 231 byte(s)
-start after network and syslog target
1 niro 2482 [Unit]
2     Description=Busybox DHCP daemon
3 niro 2630 After=syslog.target network.target
4 niro 2482
5     [Service]
6     EnvironmentFile=-/etc/conf.d/udhcpd
7     ExecStart=/sbin/udhcpd -f -P $UDHCPD_PORT $UDHCPD_OPTS /etc/udhcpd.conf
8    
9     [Install]
10     WantedBy=multi-user.target