/[packages]/cauldron/dhcp/current/SOURCES/dhcpd.service
ViewVC logotype

Contents of /cauldron/dhcp/current/SOURCES/dhcpd.service

Parent Directory Parent Directory | Revision Log Revision Log


Revision 405966 - (show annotations) (download)
Thu Mar 28 08:39:54 2013 UTC (11 years, 1 month ago) by oden
File size: 397 byte(s)
- Make sure ldap service is started before dhcpd (neoclust)

1 [Unit]
2 Description=DHCPv4 Server Daemon
3 After=syslog.target network.target ldap.service
4
5 [Service]
6 Environment=CONFIGFILE=/etc/dhcpd.conf LEASEFILE=/var/lib/dhcpd/dhcpd.leases
7 EnvironmentFile=-/etc/sysconfig/dhcpd
8 Type=forking
9 PIDFile=/run/dhcpd/dhcpd.pid
10 ExecStart=/usr/sbin/dhcpd -pf /run/dhcpd/dhcpd.pid -cf $CONFIGFILE -lf $LEASEFILE $OPTIONS $INTERFACES
11
12 [Install]
13 WantedBy=multi-user.target

  ViewVC Help
Powered by ViewVC 1.1.30