distrowatch: wants network-online
This commit is contained in:
parent
09931b1f88
commit
f072f40d35
|
@ -6,6 +6,7 @@ let
|
|||
imp = {
|
||||
systemd.services.distrobump = {
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
path = [ pkgs.curl ];
|
||||
restartIfChanged = false;
|
||||
|
|
Loading…
Reference in a new issue