Skip to content

Commit

Permalink
nodejs not node
Browse files Browse the repository at this point in the history
  • Loading branch information
Reginald dude committed Mar 3, 2013
1 parent f3bcfcc commit ed18feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _etc_init.d_buddycloud-server
Expand Up @@ -23,7 +23,7 @@ DESC="buddycloud server"
NAME=buddycloud
RUN_AS_USER=buddycloud
RUNDIR=/opt/buddycloud-server
DAEMON=`which node`
DAEMON=`which nodejs`
DAEMON_ARGS="lib/main.js --config config.js"
PIDDIR=/var/run/buddycloud-server
PIDFILE="$PIDDIR/$NAME.pid"
Expand Down

0 comments on commit ed18feb

Please sign in to comment.