Merge branch 'master' into cleanup/codacy-cleanup

This commit is contained in:
bharnden 2018-10-18 16:21:05 -07:00 committed by GitHub
commit a7bc7500fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 53 additions and 63 deletions

View file

@ -228,8 +228,8 @@ UseDNS no
class DhcpService(UtilService):
name = "DHCP"
configs = ("/etc/dhcp/dhcpd.conf",)
dirs = ("/etc/dhcp",)
startup = ("dhcpd",)
dirs = ("/etc/dhcp","/var/lib/dhcp")
startup = ("touch /var/lib/dhcp/dhcpd.leases","dhcpd")
shutdown = ("killall dhcpd",)
validate = ("pidof dhcpd",)