]> git.openstreetmap.org Git - chef.git/commitdiff
taginfo: renice rebuild to reduce power usage
authorGrant Slater <github@firefishy.com>
Tue, 12 Nov 2024 12:41:46 +0000 (12:41 +0000)
committerGrant Slater <github@firefishy.com>
Tue, 12 Nov 2024 12:41:46 +0000 (12:41 +0000)
cookbooks/taginfo/recipes/default.rb

index 818561930412db0cdbc6521fce689eb766464866..080d119241af8a96647d670f2971d5900d73053a 100644 (file)
@@ -84,6 +84,7 @@ systemd_service "taginfo-update@" do
     "/srv/%i/sources",
     "/var/log/taginfo/%i"
   ]
+  nice 10
 end
 
 systemd_timer "taginfo-update@" do