Skip to content
Snippets Groups Projects
Commit 1c18f149 authored by Steven Murray's avatar Steven Murray
Browse files

vmgrd now runs as user stage

parent 25cc24f0
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ start() {
echo -n $"Starting $prog: "
cd /var/log/castor
daemon /usr/bin/$prog $VMGRD_OPTIONS
daemon --user=stage /usr/bin/$prog $VMGRD_OPTIONS
# Write the pid to a file.
RETVAL=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment