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

rmcd now runs as user stage

parent 207f20b2
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 $RMCD_OPTIONS
daemon --user=stage /usr/bin/$prog $RMCD_OPTIONS
# Write the pid to a file.
RETVAL=$?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment