mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-09-01 15:51:29 +08:00
295f9c3fc5
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
452 B
452 B
systemctl reenable
Re-enable one or more units. Used when targets of a service change. More information: https://www.freedesktop.org/software/systemd/man/systemctl.html#reenable%20UNIT%E2%80%A6.
- Re-enable a unit, restoring its default symlinks:
systemctl reenable {{unit}}
- Re-enable multiple units at once:
systemctl reenable {{unit1 unit2 ...}}
- Re-enable a unit and start it immediately:
systemctl reenable {{unit}} --now