Linux - Systemctl service reload, Systemctl daemon reload

Systemctl service reload

Sometime if blockdevice is not visible to OS
 # systemctl daemon-reload

Enable a service on boot
 # systemctl is-active <servicename>

 # systemctl is-enabled <service_name>

 # systemctl enable <service_name>

The topic on Linux - Systemctl service reload is posted by - Vaish

Hope you have enjoyed, Linux - Systemctl service reloadThanks for your time

Tech Bluff