Blame SOURCES/patch-cassandane-fix-annotator

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