2025-12-16 10:20:31 -07:00
|
|
|
# systemctl edit
|
|
|
|
|
|
|
|
|
|
> Edita archivos de unidad de systemd.
|
2026-02-18 06:55:01 -07:00
|
|
|
> Vea también: `systemctl revert`.
|
|
|
|
|
> Más información: <https://www.freedesktop.org/software/systemd/man/latest/systemctl.html#edit%20UNIT%E2%80%A6>.
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Superpone un archivo de unidad de forma no destructiva:
|
|
|
|
|
|
|
|
|
|
`sudo systemctl edit {{archivo_unidad}}`
|
|
|
|
|
|
|
|
|
|
- Edita un archivo de unidad:
|
|
|
|
|
|
|
|
|
|
`sudo systemctl edit {{archivo_unidad}} {{[-l|--full]}}`
|
|
|
|
|
|
|
|
|
|
- Crea un nuevo archivo de unidad:
|
|
|
|
|
|
|
|
|
|
`sudo systemctl edit {{archivo_unidad}} {{[-lf|--full --force]}}`
|
|
|
|
|
|
|
|
|
|
- Superpone un archivo de unidad de usuario:
|
|
|
|
|
|
|
|
|
|
`systemctl edit {{archivo_unidad}} --user`
|