From 375d1ccb0e8519a55bd474ea1c333de572362e0e Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 1 Jun 2023 18:34:34 -0400 Subject: run "make start" as last step of "make install" --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a3eaba..8451d26 100644 --- a/Makefile +++ b/Makefile @@ -7,10 +7,11 @@ fossil_instance_name != systemd-escape "$$(realpath $(fossil_database))" systemctl_user_start_units += $(addprefix fossil-sync@$(fossil_instance_name).,service timer path) -default: install start test +default: install test install: sudo make install-deps install systemctl --user daemon-reload + make start start stop restart status show: | $(fossil_database) systemctl --user $@ $(systemctl_user_start_units) follow: -- cgit v1.2.3