nest
This commit is contained in:
parent
cdb383cdf1
commit
7876f5dcd1
1 changed files with 3 additions and 3 deletions
|
|
@ -117,9 +117,9 @@ in
|
||||||
after = [ "minio.service" ];
|
after = [ "minio.service" ];
|
||||||
requires = [ "minio.service" ];
|
requires = [ "minio.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
path = [
|
path = with pkgs; [
|
||||||
pkgs.getent
|
getent
|
||||||
pkgs.minio-client
|
minio-client
|
||||||
];
|
];
|
||||||
|
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue