summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoru <u@billy>2023-06-01 08:15:53 -0400
committeru <u@billy>2023-06-01 08:15:53 -0400
commit62a275336f9e12faf2af26f69ac2e0eada08ec2e (patch)
tree3bd0bb832218aca4477a8389ecc064e3431feef7
parentf3d585671b09e36cf8a4e90b5c63ad18526ee8fc (diff)
start httpd socket automatically
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fd6f7c6..e152f88 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ install:
14 sudo make install-deps 14 sudo make install-deps
15 install -m644 -t $(unitdir) -- $(unit_files) 15 install -m644 -t $(unitdir) -- $(unit_files)
16 systemctl --user daemon-reload 16 systemctl --user daemon-reload
17 systemctl --user start fossil-httpd.socket
17 sudo make $@ 18 sudo make $@
18start stop restart status show: | $(fossil_database) 19start stop restart status show: | $(fossil_database)
19 systemctl --user $@ $(unit_instances) 20 systemctl --user $@ $(unit_instances)