commands.sh

systemctl reload

linux

Reload a service's configuration without restarting it. This reloads the service itself (like Apache or `nginx` configs), not the systemd unit file. To reload unit files, use `systemctl daemon-reload`.

Examples (3)

Reload a service

Reload multiple services

systemctl reload unit1 unit2 ...

Reload a service for the current user

made by @shridhargupta | data from tldr-pages