dhcp/dhcrelay.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

13 lines
215 B
Desktop File

[Unit]
Description=DHCP Relay Agent Daemon
Documentation=man:dhcrelay(8)
After=network.target
[Service]
Type=notify
ExecStart=/usr/sbin/dhcrelay -d --no-pid
StandardError=null
[Install]
WantedBy=multi-user.target