add more dependencies for attic-watch-store
Hopefully this should make it so attic-watch-store starts only after haproxy becomes available on docker Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
0122f87f22
commit
a244e9ae44
@ -202,9 +202,17 @@ in
|
||||
# configured default webstore for this on root user separately
|
||||
systemd.services.attic-watch-store = {
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
requires = [ "network-online.target" ];
|
||||
description = "Upload all store content to binary catch";
|
||||
after = [
|
||||
"network-online.target"
|
||||
"docker.service"
|
||||
"atticd.service"
|
||||
];
|
||||
requires = [
|
||||
"network-online.target"
|
||||
"docker.service"
|
||||
"atticd.service"
|
||||
];
|
||||
description = "Upload all store content to binary cache";
|
||||
serviceConfig = {
|
||||
User = "root";
|
||||
Restart = "always";
|
||||
|
Loading…
x
Reference in New Issue
Block a user