You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emulation/ganeti/files/ganeti-2.15-kvmd-run-as-dae...

15 lines
387 B

diff --git a/daemons/daemon-util.in b/daemons/daemon-util.in
index 7636fc9..aec5c92 100644
--- a/daemons/daemon-util.in
+++ b/daemons/daemon-util.in
@@ -102,6 +102,9 @@ _daemon_usergroup() {
rapi)
echo "@GNTRAPIUSER@:@GNTRAPIGROUP@"
;;
+ kvmd)
+ echo "@GNTDAEMONSUSER@:@GNTDAEMONSGROUP@"
+ ;;
noded)
echo "@GNTNODEDUSER@:@GNTNODEDGROUP@"
;;