On Mon, Mar 16, 2015 at 7:47 PM, Daniel Frey <djqf...@gmail.com> wrote: > > Hey all, > > I've now converted two systems to systemd and so far haven't had too > much issues with systemd itself, other than me constantly forgetting > commands. > > Is there a nice table or chart somewhere that lists openrc commands with > equivalent systemd commands? That would really help me from bashing my > head and then wandering through man pages for a while trying to figure > out what I want to do. I'll eventually remember but it would be nice to > have something to help me along. My memory sure isn't what it used to be.
I remember seeing a table like that in the wiki a long time ago, but I can't find it now. Anyway, the translatable commands are obvious: /etc/init.d/service start → systemctl start service /etc/init.d/service stop → systemctl stop service and the rest are usually are not translatable. There is nothing like "systemctl mask service" in OpenRC, AFAIK, and there is no equivalent for "/etc/init.d/service zap" in systemd (the whole idea of systemd is that an ugly hack like zap will never be necessary). Not sure if this will help you. Regards. -- Canek Peláez Valdés Profesor de asignatura, Facultad de Ciencias Universidad Nacional Autónoma de México