Linux-UNIX: Start and stop methods for systemd

Learn how to start and stop S-TAP and GIM processes with systemd services.

Table 1. systemd commands to start and stop processes
Action S-TAP commands
Start S-TAP
systemctl start guard_utap.service
Stop S-TAP
systemctl stop guard_utap.service
Verify S-TAP status
systemctl -t service -a | grep guard_utap
Start GIM, supervisor
systemctl start guard_gim.service
systemctl start guard_gsvr.service
Stop GIM, supervisor
systemctl stop guard_gim.service
systemctl stop guard_gsvr.service
Verify GIM, supervisor status
systemctl -t service -a | grep guard