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