summarylogtreecommitdiffstats
path: root/rocketchat.service
diff options
context:
space:
mode:
Diffstat (limited to 'rocketchat.service')
-rw-r--r--rocketchat.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/rocketchat.service b/rocketchat.service
new file mode 100644
index 000000000000..42132dae5a76
--- /dev/null
+++ b/rocketchat.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Rocket.Chat server
+
+[Service]
+ExecStart=/usr/bin/rocketchat-server.sh
+StandardOutput=syslog
+StandardError=syslog
+SyslogIdentifier=rocketchat
+User=rocketchat
+Group=rocketchat
+
+[Install]
+WantedBy=multi-user.target