From: Ikey Doherty Date: Sun, 3 Dec 2017 12:28:23 +0000 (+0000) Subject: sysusers: Provide meson argument to set gid for 'users' group (#7533) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1d55768e17132cf464a2b36c6e6edd04632fc3ca;p=elogind.git sysusers: Provide meson argument to set gid for 'users' group (#7533) To allow better integration with distributions requiring an explicitly set gid for the `users` group, provide the new `-Dusers-gid` option to set to a new numeric value. In the absence of a specified gid, we'll fallback to the default existing behaviour of `-` as the gid value, to automatically assign the next available gid on the system. ---