The main command used to introspect and control systemd is systemctl.
La principal orden usada para conocer y controlar systemd es systemctl.
If you don't specify the suffix, systemctl will assume.service.
Si no se especifica el sufijo, systemctl asumirá que es.service.
Users wishing to power down a system can also use sudo systemctl halt.
Los usuarios que deseen apagar un sistema también pueden usar sudo systemctl halt.
To exit your session, use systemctl - user exit.
Para salir de su sesión, utilice systemctl - user exit.
Interaction with systemd is done through the systemctl command.
La interacción con systemd se realiza a través del comando systemctl.
Enable daemons formerly listed in/etc/rc.conf with systemctl enable daemonname.service.
Activar los demonios formalmente enumerados en/etc....conf con systemctl enable nombredeldemonio.service.
Services can be enabled using the systemctl command.
Los servicios se pueden habilitar mediante el comando systemctl.
Restart the server systemctl restart sshd.service and you're almost done.
Reinicie el servidor systemctl restart sshd.service y todo estará listo.
Also systemctl automatically calls chkconfig when dealing with a traditional sysv init file.
También systemctl llama automáticamente a chkconfig cuando se trata de un archivo init sysv tradicional.
The first such utility is systemctl.
La primera de estas utilidades es systemctl.
Then type systemctl enable lvm to enable lvm in systemd.
A continuación, escriba systemctl enable lvm para habilitar lvm en systemd.
To revert any changes to a unit made using systemctl edit do
Para revertir cualquier cambio en una unidad realizada utilizando systemctl edit, ejecute
After that, you can manage your user units with systemctl - user.
Después de eso, se pueden manejar las unidades de usuario con systemctl - user.