would be good if we created the folder before chowning it

main
Hazel 2023-03-17 22:15:44 +00:00
parent c4964972e5
commit 6edfde7173
Signed by: h4
GPG Key ID: DD44A9C83259DAEB
1 changed files with 1 additions and 0 deletions

View File

@ -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