LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pueue-shutdown

Stop the pueue daemon process

TLDR

Shutdown pueue daemon
$ pueue shutdown
copy

SYNOPSIS

pueue shutdown

DESCRIPTION

pueue shutdown remotely shuts down the pueue daemon. All running tasks are killed. Queued and stashed tasks remain in state and resume when the daemon restarts. This should only be used if the daemon is not started by a service manager.

CAVEATS

Running tasks are killed immediately without completion. If the daemon was started by a service manager (e.g., systemd), use the service manager to stop it instead.

SEE ALSO

Copied to clipboard
Kai