From 5c9e1a0af8486b01d461beb76d785e9d4c917284 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Jul 23 2012 14:17:52 +0000 Subject: Revert "init: make explicit to run sanlock as root" This reverts commit 6cead337ff6c065a983e9d4e539fb28f3b812498. --- diff --git a/init.d/sanlock b/init.d/sanlock index f68ac14..bd8dccb 100644 --- a/init.d/sanlock +++ b/init.d/sanlock @@ -40,7 +40,7 @@ start() { fi echo -n $"Starting $prog: " - daemon --user root $prog daemon $SANLOCKOPTS + daemon $prog daemon $SANLOCKOPTS retval=$? echo [ $retval -eq 0 ] && touch $lockfile