[om-qa-alerts] [Bug 1984] dhcpd service don't start due Type=notify
issues.openmandriva
bugzilla-daemon at openmandriva.net
Thu Oct 20 10:44:00 EDT 2016
https://issues.openmandriva.org/show_bug.cgi?id=1984
--- Comment #2 from jedumartins at gmail.com ---
I think you could fix editing /lib/systemd/system/dhcpd.service and change line
with Type=notify and put Type=forking
To me this fix it.
$ cat /lib/systemd/system/dhcpd.service
[Unit]
Description=DHCPv4 Server Daemon
Documentation=man:dhcpd(8) man:dhcpd.conf(5)
Wants=network-online.target
After=syslog.target
After=network-online.target
After=time-sync.target
After=ldap.service
[Service]
Environment=CONFIGFILE=/etc/dhcpd.conf LEASEFILE=/var/lib/dhcpd/dhcpd.leases
EnvironmentFile=-/etc/sysconfig/dhcpd
Type=forking
PIDFile=/run/dhcpd/dhcpd.pid
ExecStart=/usr/sbin/dhcpd -pf /run/dhcpd/dhcpd.pid -cf $CONFIGFILE -lf
$LEASEFILE $OPTIONS $INTERFACES
StandardError=null
[Install]
WantedBy=multi-user.target
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.openmandriva.org/pipermail/om-qa-alerts_ml.openmandriva.org/attachments/20161020/e5ff0d12/attachment.html>
More information about the OM-QA-Alerts
mailing list