pi-hole/advanced/Scripts
MichaIng 5c17e41cf1 Start pihole-FTL after network
"$network" on a systemd-driven OS leads to "After=network-online.target" in the generated systemd unit.
This target is no guarantee that all network interfaces have been fully configured, as it depends on the related network services types, but at least it reduces the risk that those have not fully finished their job when pihole-FTL starts. If this is the case, certain issues can occur:
- https://github.com/pi-hole/pi-hole/issues/2924
- https://discourse.pi-hole.net/t/have-to-pihole-restartdns-after-reboot/28772

Runtime files are now consistently created in "/run" instead of "/var/run". The second is a symlink to the first for backwards compatibility but on none-ancient distro versions one should use "/run", systemd even prints a warnings if service files use "/var/run". The service file used "/run" and "/var/run" both, in cases for the same files/directories before, which does not directly cause issues currently, due to the symlink, but is inconsistent at best.

Signed-off-by: MichaIng <micha@dietpi.com>
2020-05-16 13:38:18 +02:00
..
database_migration Add update to gravity database version 12, renaming the Unassociated group to Default group. 2020-05-07 18:01:37 +02:00
chronometer.sh Start pihole-FTL after network 2020-05-16 13:38:18 +02:00
COL_TABLE Assorted typo fixes. (#3126) 2020-03-08 16:53:14 -07:00
list.sh Add option --comment "whatever" for adding comments for new domains through the CLI interface. 2020-03-27 08:45:04 +01:00
piholeARPTable.sh Do not flush neigh cache as this is known to create a number of issues. The better aproach to this is to manually flush the ARP cache by either restarting or calling "ip neigh flush all". 2020-04-01 17:19:32 +00:00
piholeCheckout.sh Merge pull request #3360 from dnicolson/fix-github-capitalisation 2020-05-13 16:56:36 -07:00
piholeDebug.sh Fix merge conflicts 2020-05-12 22:16:43 +01:00
piholeLogFlush.sh Incorporates changes requested by @Mcat12 2019-05-01 11:20:26 +02:00
query.sh Update development from release/v5.0 (#3200) 2020-03-08 16:38:53 -07:00
setupLCD.sh Assorted typo fixes. (#3126) 2020-03-08 16:53:14 -07:00
update.sh then 2020-02-19 17:46:45 +00:00
updatecheck.sh Merge branch 'development' into release/v4.3 2019-05-18 13:18:14 -07:00
version.sh Fix GitHub capitalisation 2020-05-13 12:55:00 +02:00
webpage.sh Merge pull request #3352 from pi-hole/merge-master-dev 2020-05-12 22:27:24 +01:00
wildcard_regex_converter.sh make some shebangs comply to posix standard 2019-11-05 22:33:00 +01:00