[14:15] greetings, How can I run a network script before netplan executes on boot? [14:17] hey iomari891. what script do you want to run? Networking is not yet up at the stage where netplan executes on boot. If you'd want to execute something before netplan is generating the network config, you'd need to inject it as a systemd generator: https://www.freedesktop.org/software/systemd/man/systemd.generator.html [14:18] if you want to execute something once the network is up, you could use something linke networkd-dispatcher hooks: https://netplan.io/faq/#use-pre-up%2C-post-up%2C-etc.-hook-scripts [14:54] schopin: is there a specific order that your currently pending PRs should be reviewed in? [14:58] The DAG isn't particularly easy to express ;-). #230 <- #227 <- (#232, #233). The graph was funnier before you merged #229 :) [14:58] The merge commits serve as stopgaps. [15:02] ack, thanks. I'll try to handle it in that order then [16:59] slyon: thanks