mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 23:44:01 +00:00
15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pueue shutdown
|
|
|
|
> Remotely shut down the daemon.
|
|
> Only use this subcommand if the daemon isn't started by a service manager.
|
|
> More information: <https://github.com/Nukesor/pueue>.
|
|
|
|
- Shutdown the daemon without a service manager:
|
|
|
|
`pueue shutdown`
|