From fba2d24625d844b7f6115a6cb86f7fc6e1f9e3d5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 10 Mar 2025 03:12:09 -0500 Subject: start making it work in the real world --- Makefile.help | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index c64a2dc..aec5c44 100644 --- a/Makefile.help +++ b/Makefile.help @@ -1,11 +1,11 @@ all: @echo "make log # watch the zoo daemon log" - @echo "make status # show the systemd status of zood" - @echo "make restart # restart zood" - @echo "make enable # enable zood on boot" + @echo "make status # show the systemd status of gus" + @echo "make restart # restart gus" + @echo "make enable # enable gus on boot" log: - journalctl -f -xeu zood.service + journalctl -f -xeu gus.service curl-toggle-PING-output: curl "http://localhost:2521/flag?flag-PING" @@ -14,16 +14,16 @@ curl-kill: curl http://localhost:2521/kill status: - dpkg -s zood - systemctl status zood.service + dpkg -s gus + systemctl status gus.service enable: - systemctl enable zood.service + systemctl enable gus.service stop: - systemctl stop zood.service + systemctl stop gus.service restart: - systemctl stop zood.service - systemctl start zood.service + systemctl stop gus.service + systemctl start gus.service make log -- cgit v1.2.3