add minio
This commit is contained in:
parent
1ba5c25f9a
commit
4c1b51d54e
11 changed files with 87 additions and 0 deletions
0
ressources/minio/rootfs/DEBIAN/changelog
Normal file
0
ressources/minio/rootfs/DEBIAN/changelog
Normal file
1
ressources/minio/rootfs/DEBIAN/conffiles
Normal file
1
ressources/minio/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/default/minio
|
7
ressources/minio/rootfs/DEBIAN/control
Normal file
7
ressources/minio/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,7 @@
|
|||
Package: minio
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: amd64
|
||||
Maintainer: Thomas Legay <thomas@lgy.fr>
|
||||
Description: minio
|
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