Blame SOURCES/patch-cassandane-fix-annotator

020be8
diff --git a/utils/annotator.pl b/utils/annotator.pl
020be8
index 94b84a2..0208831 100755
020be8
--- a/utils/annotator.pl
020be8
+++ b/utils/annotator.pl
020be8
@@ -140,6 +140,8 @@ GetOptions(
020be8
 xlog "annotator $$ starting";
020be8
 Cassandane::AnnotatorDaemon->run(
020be8
 	pid_file => $pidfile,
020be8
-	port => $port
020be8
+	port => $port,
020be8
+    user => (getpwuid($<))[0],
020be8
+    group => (getgrgid($())[0],
020be8
     );
020be8
 xlog "annotator $$ exiting";