On Mon, Jul 29, 2013 at 11:53 PM, <[email protected]> wrote: > Hi there. I would like to know how I can use my existing conf.d/net if > I were to use systemd, or is there some better way to do this? I have > two static networks an internal and external one and use the postup for > things which must go online once the external network is up. I had to > use modules="!iproute2" to get the route to add properly, but it is > working now using openrc.
If both networks are static I would use two service files for each, and the things that must go online can go in another service file (which calls a script for all of them), or with several (a service file for each thing), and which depends on the external network. You then not need to install anything else. Regards. -- Canek Peláez Valdés Posgrado en Ciencia e Ingeniería de la Computación Universidad Nacional Autónoma de México

