LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

systemctl-reload

Reload service configuration without restart

TLDR

Reload a service's configuration
$ systemctl reload nginx
copy
Reload multiple services
$ systemctl reload [unit1] [unit2]
copy
Reload a service for the current user
$ systemctl reload pipewire --user
copy

SYNOPSIS

systemctl [OPTIONS...] reload PATTERN...

DESCRIPTION

systemctl reload asks the service to reload its configuration files without stopping. This reloads the service application's own configuration (like nginx.conf or apache's httpd.conf), not the systemd unit file.The service must support reload operations (typically via SIGHUP signal). If the service doesn't support reload, the command will fail. For services that don't support reload, use systemctl restart instead.

PARAMETERS

--user

Reload user service manager units instead of system units
--no-block
Do not wait for the operation to complete

INSTALL

sudo apt install systemd
copy
sudo dnf install systemd
copy
sudo pacman -S systemd
copy
sudo zypper install systemd
copy
brew install systemd
copy
nix profile install nixpkgs#systemd
copy

CAVEATS

Not all services support reload; check the service documentation. This reloads the service's configuration, not the systemd unit file. To reload unit files, use systemctl daemon-reload. If reload fails, the service continues running with old configuration.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid