3p/nixpkgs: don't block on waiting for pomerium to restart
This commit is contained in:
parent
b6e4741320
commit
dfa85c90c1
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ in
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
TimeoutSec = 60;
|
TimeoutSec = 60;
|
||||||
ExecCondition = "/run/current-system/systemd/bin/systemctl -q is-active pomerium.service";
|
ExecCondition = "/run/current-system/systemd/bin/systemctl -q is-active pomerium.service";
|
||||||
ExecStart = "/run/current-system/systemd/bin/systemctl restart pomerium.service";
|
ExecStart = "/run/current-system/systemd/bin/systemctl --no-block restart pomerium.service";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue