summaryrefslogtreecommitdiff
path: root/systemd/dashboard-httpd.service
diff options
context:
space:
mode:
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'