summaryrefslogtreecommitdiffstats
path: root/etc/hitide.service
diff options
context:
space:
mode:
Diffstat (limited to 'etc/hitide.service')
-rw-r--r--etc/hitide.service21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/hitide.service b/etc/hitide.service
new file mode 100644
index 0000000..a8167f8
--- /dev/null
+++ b/etc/hitide.service
@@ -0,0 +1,21 @@
+#
+#
+# This is an example systemd service definition file.
+# Users are expected to write their own version of this based on this.
+#
+#
+
+[Unit]
+After=network.target
+Description=hitide service
+
+[Service]
+Environment="BACKEND_HOST=http://localhost:3333"
+Environment="PORT=4333"
+
+User=hitide
+Group=hitide
+Restart=on-failure
+
+ExecStart=hitide
+