Recent disruptions to two undersea internet cables in the Baltic Sea have yet again...
2.4 Starting, stopping and getting status of IRP components
Managing software components in OS with systemd #
Starting single component:
systemctl start explorer
Stopping single component:
systemctl stop explorer
Starting all components:
systemctl start irp.target
Stopping all components:
systemctl start irp-shutdown.target
Stopping all components except bgpd:
systemctl start irp-shutdown-except-bgpd.target
Restarting all components:
systemctl start irp-shutdown.target
systemctl start irp.target
Obtaining overall status of all components:
systemctl list-dependencies irp.target
Individual statuses can be checked by executing command
systemctl status component_name