source: mainline/uspace/cfg/sysman/network.tgt@ eaafee3

Last change on this file since eaafee3 was 5353f50, checked in by Matthieu Riolo <matthieu.riolo@…>, 6 years ago

net: Start network service on boot

  • Create unit files
  • Create network.tgt
  • Enable autostart of directly brokered net services

Conflicts:

boot/Makefile.common
uspace/lib/c/generic/inet.c
uspace/lib/c/generic/inet/tcp.c
uspace/lib/c/generic/inetping.c
uspace/lib/c/include/ipc/services.h
uspace/srv/net/loopip/loopip.c

  • Property mode set to 100644
File size: 189 bytes
Line 
1[Unit]
2After = net__dhcp.svc
3After = net__dnsr.svc
4After = net__ethip.svc
5After = net__inet.svc
6After = net__loopback.svc
7After = net__netconf.svc
8After = net__tcp.svc
9After = net__udp.svc
Note: See TracBrowser for help on using the repository browser.