Hi, systemd is certainly better than the old init, but it is not easy to use it because it is not possible to use the file completion such as /etc/init.d/nt<tab>.
My suggestion is to help with something like # systemctl status nt ntpd.service loaded active running Network Time Service ntpdate.service loaded active exited Set time via NTP These two lines are the result of # systemctl list-units | grep ^nt Another way is to use jokers such as systemctl status nt* # systemctl -h |wc -l gives 110 lines # systemctl -a|wc -l gives 245 lines This is two much for a new user of systemd: It is necessary to give a few help to new users of systemd. -- Pierre Jarillon - http://pjarillon.free.fr/ Vice-président de l'ABUL : http://abul.org Microsoft is for computers what McDonald is for French gastronomy
