[CentOS] What are the differences between systemd and non-systemd Linux distros?

Paul Heinlein heinlein at madboa.com
Fri Oct 19 22:11:06 UTC 2018


On Fri, 19 Oct 2018, mark wrote:

> Yeah. I have trouble finding the actual startup configs - 
> /etc/systemd/system? /var/lib? whereeverthehell they are, do a 
> locate.... as opposed to /etc/init.d to find the damn name (nfs? 
> nfsd? idmapd? nfs-idmapd? rpc-idmapd?)

systemctl status <<service>>

E.g.,

[~]$ systemctl status ntpd
● ntpd.service - Network Time Service
    Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled)

It shows the definition file.

-- 
Paul Heinlein <> heinlein at madboa.com <> https://www.madboa.com/


More information about the CentOS mailing list