dhcp/dhcpd.service
Jiri Popelka 6756a54bda Use StandardError=null instead of log_perror.patch
[ISC-Bugs #28049] has been closed upstream without applying the patch.
2014-05-07 14:12:02 +02:00

14 lines
297 B
Desktop File

[Unit]
Description=DHCPv4 Server Daemon
Documentation=man:dhcpd(8) man:dhcpd.conf(5)
After=network.target
After=time-sync.target
[Service]
Type=notify
ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf -user dhcpd -group dhcpd --no-pid
StandardError=null
[Install]
WantedBy=multi-user.target