This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
linux:centos_redhat_pxe [2021/10/06 17:34] manu [Image CentOS 8.2 and 8.3] |
linux:centos_redhat_pxe [2021/10/06 17:39] (current) manu [Restart deamon] |
||
|---|---|---|---|
| Line 176: | Line 176: | ||
| ==== Restart deamon ==== | ==== Restart deamon ==== | ||
| + | |||
| + | Demon xinetd doesn't exist, so restart the following | ||
| <cli prompt='#'> | <cli prompt='#'> | ||
| - | [root@lnx80 ~]# systemctl restart xinetd | ||
| [root@lnx80 ~]# systemctl restart dhcpd | [root@lnx80 ~]# systemctl restart dhcpd | ||
| + | [root@lnx80 ~]# systemctl restart httpd | ||
| + | [root@lnx80 ~]# systemctl restart tftp | ||
| </cli> | </cli> | ||
| - | |||
| ==== example of ks.cfg ==== | ==== example of ks.cfg ==== | ||