write envFile

This commit is contained in:
2025-06-12 22:41:42 -05:00
parent 5e1a6273bb
commit 64b511b7af
+1 -3
View File
@@ -68,9 +68,7 @@
'';
User = "minio";
Group = "minio";
Environment = [
"environmentFile = ${opts.credentialsFile}"
];
environmentFile = "${opts.credentialsFile}";
Restart = "always";
};
};