summaryrefslogtreecommitdiff
path: root/systemd/dashboard-httpd.service
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:43:52 -0400
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-05-21 17:43:52 -0400
commit4a2aa14e68b5b6b1b3c09e0b923178c7c98a671c (patch)
tree5e79e561563205356e0c53be1001703b962d918b /systemd/dashboard-httpd.service
parent34c71d5c91fe98276496ded1cb14362aa8028712 (diff)
Add a simple httpd
Diffstat (limited to 'systemd/dashboard-httpd.service')
-rw-r--r--systemd/dashboard-httpd.service6
1 files changed, 6 insertions, 0 deletions
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'