systemctl reload code example
Example 1: reload systemctl
systemctl daemon-reload
Example 2: start systemctl service
sudo systemctl start application
Example 3: start systemctl service
sudo systemctl start application.service
systemctl daemon-reload
sudo systemctl start application
sudo systemctl start application.service