OCaml 5.0.0 rebuild: Fix Pervasives deprecation
[arch-packages.git] / shadow / repos / core-x86_64 / useradd.defaults
bloba2808876bb42cc3c30dadf0bf34c00390c9ca546
1 # Default values for useradd(8)
3 # The SHELL variable specifies the default login shell on your
4 # system.
5 SHELL=/bin/bash
7 # The default group for users
8 GROUP=users
10 # The default home directory.
11 HOME=/home
13 # The number of days after a password expires until the account is permanently
14 # disabled
15 INACTIVE=-1
17 # The default expire date
18 EXPIRE=
20 # The SKEL variable specifies the directory containing "skeletal" user files;
21 # in other words, files such as a sample .profile that will be copied to the
22 # new user's home directory when it is created.
23 SKEL=/etc/skel
25 # Defines whether the mail spool should be created while
26 # creating the account
27 CREATE_MAIL_SPOOL=no