summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-08 10:53:57 -0500
committerJeff Carr <[email protected]>2024-10-08 10:53:57 -0500
commitb283823ffe0258cec4237ef82859fb6cd071ac2d (patch)
tree238691ecbca78df534575ac52fe4f55f87db4335 /Makefile
parentfface98131e9ef1e7070a61ac70f32959029725c (diff)
daemon starts
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6075cdc..33c308d 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,13 @@ all:
@echo "make run # will build and run the daemon here"
@echo "make debian # will build a debian package"
+log:
+ @#systemctl status gowebd.service
+ @journalctl -f -xeu gowebd.service
+
+start:
+ su -c "systemctl start gowebd.service"
+
run:
git pull
echo "build it!"