Dotfiles : Wait for online.

This commit is contained in:
Dmitry Voronin 2024-02-21 01:16:26 +03:00
parent e74da28052
commit 6b9b68ffa7

View file

@ -2,6 +2,8 @@
unit = {
description = "Install/update dotfiles on startup.";
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
after = [ "network-online.target" ];
serviceConfig.Type = "oneshot";
script = ''
cd ~