This website requires JavaScript.
Explore
Help
Register
Sign In
Pi-Hole
/
docker-pi-hole
Watch
1
Star
0
Fork
0
You've already forked docker-pi-hole
mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced
2025-12-20 02:18:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d762e9140cfdaec9e20408534be9662fc6fdb130
docker-pi-hole
/
src
History
Adam Warner
add6973a28
Monitor the capsh pid, not FTL pid. If stop is called without an exit code being passed to it, then FTL is still running - so we stop FTL and then get the exit code from the capsh PID by immediately
wait
ing it after killing FTL
...
Signed-off-by: Adam Warner <
me@adamwarner.co.uk
>
2024-10-09 21:56:57 +01:00
..
.dockerignore
Reorganise the repository
2022-07-15 17:43:09 +01:00
bash_functions.sh
Clean up the code - at the end of the start() function, wait for the start_ftl process and pass it's exit code to stop.
2024-10-07 21:54:55 +01:00
crontab.txt
Create our own cron file rather than copying the one from the core repo (which contains non-standard cron syntax)
2023-07-03 22:54:49 +01:00
Dockerfile
Actually do something with the result of
readelf
in case of invalid FTL binary
2024-09-11 19:09:35 +01:00
start.sh
Monitor the capsh pid, not FTL pid. If stop is called without an exit code being passed to it, then FTL is still running - so we stop FTL and then get the exit code from the capsh PID by immediately
wait
ing it after killing FTL
2024-10-09 21:56:57 +01:00