Systemd tip
Posted: 11 Nov 2012, 12:59
We all get that new systemd stuff these days and we notice because inittab and cronjobs are not working anymore etc. The good thing is we only have to to a
But the problem is that the daemons do not even have the same names as before.... and it goes on.
So to get an overview over what is running (well did you remember to start all daemons again?) you could type and try to understand what is presented or you could install systemadm:
This will let you turn on or off the daemons you need.
Code: Select all
systemctl enable <some_daemon>But the problem is that the daemons do not even have the same names as before.... and it goes on.
So to get an overview over what is running (well did you remember to start all daemons again?) you could type
Code: Select all
systemctl
This will let you turn on or off the daemons you need.
