Skip to content

structwafel/stuff

Repository files navigation

Stuff, my config

Extra stuff

Docker Socket + systemd networkd

Always only enable docker.socket and not docker.service. But keep in mind to modify systemd-networkd-wait-online.service

(otherwise you wait 2 minutes for starting docker)

https://unix.stackexchange.com/questions/381448/systemd-networkd-wait-online-failures

sudo systemctl edit systemd-networkd-wait-online.service
# or
sudo SYSTEMD_EDITOR=micro systemctl edit systemd-networkd-wait-online.service

[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-networkd-wait-online --any

About

Personal Config, Dotfiles etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published