would be good if we created the folder before chowning it
parent
c4964972e5
commit
6edfde7173
|
@ -6,6 +6,7 @@ sudo cp ./systemd/minio.service /etc/systemd/system/minio.service
|
|||
sudo vim /etc/systemd/system/minio.service
|
||||
|
||||
sudo useradd -M -r minio-user
|
||||
sudo mkdir /data/minio
|
||||
sudo chown -R minio-user:minio-user /data/minio/
|
||||
|
||||
sudo systemctl daemon-reload
|
||||
|
|
Loading…
Reference in New Issue