add minio
This commit is contained in:
parent
1ba5c25f9a
commit
4c1b51d54e
11 changed files with 87 additions and 0 deletions
4
ressources/minio/rootfs/DEBIAN/postinst
Executable file
4
ressources/minio/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
id minio&> /dev/null || useradd minio -r -s /bin/false -md /var/lib/minio
|
||||
chown minio:minio /var/lib/minio
|
Loading…
Add table
Add a link
Reference in a new issue