Question
arch linux network.target not firing correctly
I've got a couple of services that rely on a network connection starting with systemd. I've had them starting correctly on other servers by using After=network.target. I've also tried After=network-online.target but neither are working on here. I have a feeling both are firing before a network connection has started. Thus things are starting, not able to lock onto their port and are dying on boot. Any thoughts?
Add a comment
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×