Moved qemu user homedir to /var/lib/qemu.

This commit is contained in:
Timo Mkinen 2012-07-04 01:53:32 +03:00
parent 9dda4f89be
commit 6f9851ee4b
2 changed files with 11 additions and 2 deletions

View file

@ -226,7 +226,7 @@ class user::system {
uid => 815,
gid => 815,
comment => "Service QEMU",
home => "/var/empty",
home => "/var/lib/qemu",
shell => "/sbin/nologin",
require => Group["qemu"],
}