Skip to content

Commit

Permalink
Remove nginx from rocketchat.service
Browse files Browse the repository at this point in the history
Closes: RocketChat#5
  • Loading branch information
wreiske authored Jul 10, 2019
1 parent 778b77a commit 13b35c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketchatctl
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ create_rocketchat_systemd_file(){
cat << EOF | tee -a /lib/systemd/system/rocketchat.service
[Unit]
Description=The Rocket.Chat server
After=network.target remote-fs.target nss-lookup.target nginx.target mongod.service
After=network.target remote-fs.target nss-lookup.target mongod.service
[Service]
ExecStart=/usr/local/bin/node /opt/Rocket.Chat/main.js
StandardOutput=syslog
Expand Down

0 comments on commit 13b35c0

Please sign in to comment.