summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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!"