summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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))"
7 7
8systemctl_user_start_units += $(addprefix fossil-sync@$(fossil_instance_name).,service timer path) 8systemctl_user_start_units += $(addprefix fossil-sync@$(fossil_instance_name).,service timer path)
9 9
10default: install start test 10default: install test
11install: 11install:
12 sudo make install-deps install 12 sudo make install-deps install
13 systemctl --user daemon-reload 13 systemctl --user daemon-reload
14 make start
14start stop restart status show: | $(fossil_database) 15start stop restart status show: | $(fossil_database)
15 systemctl --user $@ $(systemctl_user_start_units) 16 systemctl --user $@ $(systemctl_user_start_units)
16follow: 17follow: