[Unit] Description=ISC DHCPv4 Server Before=multi-user.target After=remote-fs.target network-online.target nss-lookup.target time-sync.target slapd.service After=dhcpd-conf.service ConditionPathExists=/etc/dhcpd.conf [Service] # added automatically, for details please see # https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort ProtectSystem=full ProtectHome=true ProtectKernelTunables=true ProtectKernelModules=true ProtectKernelLogs=true ProtectControlGroups=true RestrictRealtime=true # end of automatic additions Type=forking Restart=on-abort #ExecStartPre=/var/install/config.d/dhcpd.sh --quiet ExecStart=/usr/libexec/dhcp/dhcpd -4 start ExecStop=/usr/libexec/dhcp/dhcpd -4 stop ExecReload=/usr/libexec/dhcp/dhcpd -4 reload [Install] WantedBy=multi-user.target Alias=dhcp-server.service