diff options
author | makefu <github@syntax-fehler.de> | 2018-11-05 13:55:24 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-11-05 13:55:24 +0100 |
commit | af41e7225900113b6a9c9b666a5fa25e209965b7 (patch) | |
tree | 51ce3a213fc76c5deb8214f1cdde713ac0e422b0 /makefu/2configs/stats | |
parent | e706831281d6e4a0638cab2a8f38ac21af23081c (diff) |
ma wbob: cleanup config, minor tweaks
Diffstat (limited to 'makefu/2configs/stats')
-rw-r--r-- | makefu/2configs/stats/arafetch.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/stats/arafetch.nix b/makefu/2configs/stats/arafetch.nix index 422676b24..c16629cc5 100644 --- a/makefu/2configs/stats/arafetch.nix +++ b/makefu/2configs/stats/arafetch.nix @@ -27,12 +27,14 @@ in { systemd.services.arafetch = { startAt = "Mon,Wed,Fri 09:15:00"; wantedBy = [ "multi-user.target" ]; + after = [ "network-online.target" ]; environment = { OUTDIR = home; }; path = [ pkg pkgs.git pkgs.wget ]; serviceConfig = { User = "arafetch"; + Restart = "always"; WorkingDirectory = home; PrivateTmp = true; ExecStart = pkgs.writeDash "start-weekrun" '' |