How to reload the systemd configuration
How to reload the systemd configuration?
Run systemctl with the 'daemon-reload' subcommand to reload the configuration files.
systemctl daemon-reloadWhen changes are made to systemd unit files, such as a .service file, the systemd daemon needs to be reloaded. This way it can activate the changes. The reload is done use the systemctl command followed by daemon-reload.
systemctl daemon-reload