Reserve uid/gids for kanboard
This commit is contained in:
parent
b9a45b7d5d
commit
f6858e55c2
|
@ -296,6 +296,7 @@
|
||||||
clickhouse = 278;
|
clickhouse = 278;
|
||||||
rslsync = 279;
|
rslsync = 279;
|
||||||
minio = 280;
|
minio = 280;
|
||||||
|
kanboard = 281;
|
||||||
|
|
||||||
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
|
# When adding a uid, make sure it doesn't match an existing gid. And don't use uids above 399!
|
||||||
|
|
||||||
|
@ -561,6 +562,7 @@
|
||||||
clickhouse = 278;
|
clickhouse = 278;
|
||||||
rslsync = 279;
|
rslsync = 279;
|
||||||
minio = 280;
|
minio = 280;
|
||||||
|
kanboard = 281;
|
||||||
|
|
||||||
# When adding a gid, make sure it doesn't match an existing
|
# When adding a gid, make sure it doesn't match an existing
|
||||||
# uid. Users and groups with the same name should have equal
|
# uid. Users and groups with the same name should have equal
|
||||||
|
|
Loading…
Reference in New Issue