Dotfiles : Wait for NM online instead.
This commit is contained in:
parent
67b1149593
commit
161ad13067
|
@ -2,8 +2,8 @@
|
|||
unit = {
|
||||
description = "Install/update dotfiles on startup.";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
wants = [ "network-online.target" ];
|
||||
after = [ "network-online.target" ];
|
||||
wants = [ "NetworkManager-wait-online.service" ];
|
||||
after = [ "NetworkManager-wait-online.service" ];
|
||||
serviceConfig.Type = "oneshot";
|
||||
script = ''
|
||||
cd ~
|
||||
|
|
Reference in a new issue