summarylogtreecommitdiffstats
path: root/flood.service
diff options
context:
space:
mode:
Diffstat (limited to 'flood.service')
-rw-r--r--flood.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/flood.service b/flood.service
new file mode 100644
index 000000000000..70c1c2aea8a8
--- /dev/null
+++ b/flood.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Flood
+After=network.target
+
+[Service]
+WorkingDirectory=%h/.flood
+ExecStart=/bin/npm start
+
+[Install]
+WantedBy=default.target