mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
pihole-ftl: 6.1 -> 6.2.2 (#414788)
This commit is contained in:
commit
d7ed3c0dce
2 changed files with 7 additions and 6 deletions
|
@ -26,7 +26,7 @@ in
|
|||
if [ ! -f '${cfg.stateDirectory}'/gravity.db ]; then
|
||||
$pihole -g
|
||||
# Send SIGRTMIN to FTL, which makes it reload the database, opening the newly created one
|
||||
${pkgs.procps}/bin/kill -s SIGRTMIN $(systemctl show --property MainPID --value ${config.systemd.services.pihole-ftl.name})
|
||||
${lib.getExe' pkgs.procps "kill"} -s SIGRTMIN $(systemctl show --property MainPID --value ${config.systemd.services.pihole-ftl.name})
|
||||
fi
|
||||
|
||||
source ${pihole}/usr/share/pihole/advanced/Scripts/api.sh
|
||||
|
@ -61,7 +61,7 @@ in
|
|||
for i in 1 2 3; do
|
||||
(TestAPIAvailability) && break
|
||||
echo "Retrying API shortly..."
|
||||
${pkgs.coreutils}/bin/sleep .5s
|
||||
${lib.getExe' pkgs.coreutils "sleep"} .5s
|
||||
done;
|
||||
|
||||
LoginAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue