lol

vnstat: provide full path of "kill" in ExecReload

+1 -1
+1 -1
nixos/modules/services/monitoring/vnstat.nix
··· 32 preStart = "chmod 755 /var/lib/vnstat"; 33 serviceConfig = { 34 ExecStart = "${pkgs.vnstat}/bin/vnstatd -n"; 35 - ExecReload = "kill -HUP $MAINPID"; 36 ProtectHome = true; 37 PrivateDevices = true; 38 PrivateTmp = true;
··· 32 preStart = "chmod 755 /var/lib/vnstat"; 33 serviceConfig = { 34 ExecStart = "${pkgs.vnstat}/bin/vnstatd -n"; 35 + ExecReload = "${pkgs.procps}/bin/kill -HUP $MAINPID"; 36 ProtectHome = true; 37 PrivateDevices = true; 38 PrivateTmp = true;