/usr/share/cipux/etc/cipux.ini is in libcipux-perl 3.4.0.13-4.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | # This is /usr/share/cipux/etc/cipux.ini
#
# If you would like to change this values please copy this
# file to /etc/cipux/cipux.ini or /etc/cipux/cipux.d/cipux.ini
# and modify it there.
[cipux]
# This is the path under which new user home directories will be created.
# Default: /home/cipux0
user_home_directory_prefix = /home/cipux0
# This are the values for newly created users and groups
user_soft_quota = 100000
user_hard_quota = 200000
group_soft_quota = 300000
group_hard_quota = 400000
|