Displaying 3 results from an estimated 3 matches for "whereeverthehell".
2018 Oct 19
2
What are the differences between systemd and non-systemd Linux distros?
...ems debugging mysterious systemd-based
> startup failures than I ever had in a properly-written Red Hat init
> script. (Again, vendor-agnostic init scripts can be hot messes, but
> that's them...)
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?)
mark
2018 Oct 19
0
What are the differences between systemd and non-systemd Linux distros?
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.serv...
2018 Oct 19
2
What are the differences between systemd and non-systemd Linux distros?
On Fri, Oct 19, 2018 at 01:07:46PM +0200, Simon Matter wrote:
> That's really an important point, because those who started using Linux
> with Linux/systemd will be bound to Linux/systemd with their knowledge,
> switching to a *BSD or other Unix will be difficult. For me, I don't like
> to be limited in such ways.
Having worked with the init systems in a bunch of different