We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4c0f3 commit df6da46Copy full SHA for df6da46
README
@@ -175,6 +175,10 @@ JENKINS
175
At the moment, you need to run as root - this can be done by modifying this line in the jenkins init.d/ script.
176
This is because of the mount command issued in the GlusterFileSystem.
177
178
+ #Method 1) Modify JENKINS_USER in /etc/sysconfig/jenkins
179
+ JENKINS_USER=root
180
+
181
+ #Method 2) Directly modify /etc/init.d/jenkins
182
#daemon --user "$JENKINS_USER" --pidfile "$JENKINS_PID_FILE" $JAVA_CMD $PARAMS > /dev/null
183
echo "WARNING: RUNNING AS ROOT"
184
daemon --user root --pidfile "$JENKINS_PID_FILE" $JAVA_CMD $PARAMS > /dev/null
0 commit comments