systemctl-revert: add Spanish translation (#20866)

This commit is contained in:
Darío Hereñú
2026-01-22 23:53:28 -03:00
committed by GitHub
parent 1ab64f24e2
commit 0875f43b25
+13
View File
@@ -0,0 +1,13 @@
# systemctl revert
> Restaura los archivos de unidad a sus versiones de origen.
> Deshace los efectos de `edit`, `enable`, `disable`, `set-property` y `mask`.
> Más información: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#revert%20UNIT%E2%80%A6>.
- Restaura los archivos de unidad a su configuración predeterminada:
`systemctl revert {{unidad1 unidad2 ...}}`
- Restaura un archivo de unidad de usuario:
`systemctl revert {{unidad}} --user`