Blame SOURCES/patch-cassandane-fix-annotator

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