Herramientas de usuario

Herramientas del sitio


linux:sistemaoperativo:systemd

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Próxima revisión
Revisión previa
linux:sistemaoperativo:systemd [2020/06/26 16:31] – creado grillolinux:sistemaoperativo:systemd [2021/07/21 09:38] (actual) – [Generales] grillo
Línea 27: Línea 27:
  
 # Generales # Generales
 +
 +estado del sistema
 +```
 +systemctl is-system-running
 +systemctl status
 +systemctl list-units --failed
 +```
  
 opciones generales de systemd opciones generales de systemd
 ``` ```
 systemctl list-units systemctl list-units
 +systemctl list-units --failed
 systemctl list-units --all systemctl list-units --all
 systemctl list-units --all --state=inactive systemctl list-units --all --state=inactive
 systemctl list-units --all --state=active systemctl list-units --all --state=active
 systemctl list-units --type=service systemctl list-units --type=service
 +```
 +
 +ver servicios configurados al arrancar
 +```
 systemctl list-unit-files systemctl list-unit-files
 ``` ```
Línea 50: Línea 62:
 ``` ```
  
 +resetear conexiones de audio/mic (para auriculares)
 +
 +```
 +systemctl --user restart pulseaudio.service
 +```
  
 # Logs # Logs
Línea 70: Línea 87:
 ``` ```
  
 +# masked
  
 +'mask' is a state of unit files which is considered as the "third level of off" (stop-1st, disable-2nd, mask-3rd). The services labeled as masked can neither be started manually (using the start command) nor by systems (at system boot). Therefore, use caution when employing the systemctl mask command on a service.
linux/sistemaoperativo/systemd.1593189101.txt.gz · Última modificación: 2020/06/26 16:31 por grillo