summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-06-01 18:34:34 -0400
committerAndrew Cady <d@jerkface.net>2023-06-01 18:34:34 -0400
commit375d1ccb0e8519a55bd474ea1c333de572362e0e (patch)
tree62d5627843586cf38569f06574c062e94723dd14
parent8f6dc80716279c017c01c8f98171fe5159411521 (diff)
run "make start" as last step of "make install"
-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: