dhcp/dhcrelay.service
Petr Šabata 5da03fab07 RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN
with the following as its source:
https://src.fedoraproject.org/rpms/dhcp#8c5f5bc2cd759f3ad6cfbbfcbd13e93adb16bab3
2020-10-14 23:37:14 +02:00

14 lines
250 B
Desktop File

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