Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
change home directory now that logplex does not start as root
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvor committed Mar 28, 2011
1 parent 40ac166 commit 53318d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/logplex.sh
Expand Up @@ -4,7 +4,7 @@ export USER=logplex
export DIR=/opt/logplex
export SERVER_UID=`id -u $USER`
export SERVER_GID=`id -g $USER`
export HOME=/root
export HOME=/home/logplex

ulimit -n 65535
cd $DIR
Expand Down

0 comments on commit 53318d0

Please sign in to comment.