file      0644 ./etc/group
root:x:0:root
bin:x:1:root,bin,daemon
daemon:x:2:root,bin,daemon
sys:x:3:root,bin
adm:x:4:root,daemon
tty:x:5:
disk:x:6:root
lp:x:7:daemon
mem:x:8:
kmem:x:9:
wheel:x:10:root
existing:x:101:
wronggid:x:102:
----------------------------------------
symlink   0777 ./etc/holorc
../../../holorc
----------------------------------------
file      0644 ./usr/share/holo/users-groups/01-groups.json
{
    "groups": [
        { "name": "jsonisdeprecated", "system": true, "gid": 43 }
    ]
}
----------------------------------------
file      0644 ./usr/share/holo/users-groups/01-groups.toml
[[group]]
name = "new"
system = true

[[group]]
name = "existing"

[[group]]
name = "wronggid"
gid = 42
----------------------------------------
