summarylogtreecommitdiffstats
path: root/pump.io.service
diff options
context:
space:
mode:
Diffstat (limited to 'pump.io.service')
-rw-r--r--pump.io.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/pump.io.service b/pump.io.service
new file mode 100644
index 000000000000..7e46efea24d4
--- /dev/null
+++ b/pump.io.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Pump.io - stream server that does most of what people really want from a social network
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/pump
+Environment=NODE_ENV=production
+User=pumpio
+
+[Install]
+WantedBy=multi-user.target