From 4a2aa14e68b5b6b1b3c09e0b923178c7c98a671c Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 21 May 2025 17:43:52 -0400 Subject: Add a simple httpd --- INSTALL.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL.sh') diff --git a/INSTALL.sh b/INSTALL.sh index b024596..364d98c 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -10,4 +10,4 @@ sudo pacman -S --needed -- \ mkdir -p -- ~/.config/systemd/user/ ln -srf -- ~/dashboard/systemd/* ~/.config/systemd/user/ -systemctl --user enable --now dashboard-daily.timer +systemctl --user enable --now dashboard-daily.timer dashboard-httpd.socket -- cgit v1.2.3-2-g168b