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 --- systemd/dashboard-httpd.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 systemd/dashboard-httpd.service (limited to 'systemd/dashboard-httpd.service') diff --git a/systemd/dashboard-httpd.service b/systemd/dashboard-httpd.service new file mode 100644 index 0000000..17d45fa --- /dev/null +++ b/systemd/dashboard-httpd.service @@ -0,0 +1,6 @@ +[Unit] +Description=Dashboard HTTP server +Requires=dashboard-httpd.socket + +[Service] +ExecStart=/bin/sh -c '~/dashboard/bin/httpd' -- cgit v1.2.3-2-g168b