openSUSE / containers-systemd

Systemd service files to run various openSUSE containers by systemd and podman
MIT License
13 stars 4 forks source link

All services should 'Want=' targets not just 'After=' #3

Closed sysrich closed 3 years ago

sysrich commented 3 years ago

As discovered after debugging, our containers need to have Wants=network-online.target to make sure they start after the network has started

This matches the documentation upsteam also

https://www.freedesktop.org/wiki/Software/systemd/NetworkTarget/

This change has been tested with drop-ins on futec.suse.de