Changeset 5830c7b in mainline
- Timestamp:
- 2020-01-09T01:04:57Z (5 years ago)
- Children:
- b09e0d7
- Parents:
- 5d35021
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-12-20 19:23:13)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2020-01-09 01:04:57)
- Location:
- uspace
- Files:
-
- 3 deleted
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/cfg/sysman/barber.svc
r5d35021 r5830c7b 1 1 [Unit] 2 After = rootfs.mnt3 2 4 3 ; unclear status of barber as service (more relevant to user session) 5 4 [Service] 6 ExecStart = /root/app/barber comp:0/winreg 7 5 ExecStart = /app/barber comp:0/winreg -
uspace/cfg/sysman/comp:0__winreg.svc
r5d35021 r5830c7b 1 1 [Unit] 2 ; mountpoint dependency must be explicit3 After = rootfs.mnt4 2 5 3 [Service] 6 ExecStart = /root/srv/compositor hid/input :0 7 4 ExecStart = /srv/compositor hid/input :0 -
uspace/cfg/sysman/hid__input.svc
r5d35021 r5830c7b 1 1 [Unit] 2 ; mountpoint dependency must be explicit3 After = rootfs.mnt4 5 2 ; explicit 6 3 ; as it's somehow needed for keyboard/mouse drivers (via ISA/PCI driver calls?) … … 8 5 9 6 [Service] 10 ExecStart = /root/srv/input hid/input 11 7 ExecStart = /srv/input hid/input -
uspace/cfg/sysman/irc.svc
r5d35021 r5830c7b 1 1 ; ia32 only 2 2 [Service] 3 ExecStart = /root/srv/i8259 4 3 ExecStart = /srv/i8259 -
uspace/cfg/sysman/locfs.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = /root/srv/locfs 3 2 ExecStart = /srv/locfs -
uspace/cfg/sysman/net__dhcp.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = / root/srv/dhcp2 ExecStart = /srv/dhcp -
uspace/cfg/sysman/net__dnsr.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = / root/srv/dnsrsrv2 ExecStart = /srv/dnsrsrv -
uspace/cfg/sysman/net__ethip.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = /root/srv/ethip 3 2 ExecStart = /srv/ethip -
uspace/cfg/sysman/net__inet.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = /root/srv/inetsrv 3 2 ExecStart = /srv/inetsrv -
uspace/cfg/sysman/net__loopback.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = /root/srv/loopip 3 2 ExecStart = /srv/loopip -
uspace/cfg/sysman/net__netconf.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = / root/srv/nconfsrv2 ExecStart = /srv/nconfsrv -
uspace/cfg/sysman/net__tcp.svc
r5d35021 r5830c7b 4 4 5 5 [Service] 6 ExecStart = /root/srv/tcp 7 6 ExecStart = /srv/tcp -
uspace/cfg/sysman/net__udp.svc
r5d35021 r5830c7b 1 1 [Service] 2 ExecStart = /root/srv/udp 3 2 ExecStart = /srv/udp -
uspace/cfg/sysman/vlaunch.svc
r5d35021 r5830c7b 1 1 [Unit] 2 ; explicit because of executable path3 After = rootfs.mnt4 2 ; explicit as vterm->getterm needs it 5 3 After = locfs.mnt … … 7 5 ; unclear status of vlaunch as a service (more relevant to user session) 8 6 [Service] 9 ExecStart = /root/app/vlaunch comp:0/winreg 10 7 ExecStart = /app/vlaunch comp:0/winreg -
uspace/srv/sysman/main.c
r5d35021 r5830c7b 52 52 static const char *target_sequence[] = { 53 53 TARGET_INIT, 54 TARGET_ROOTFS, 54 //TODO: Mount root fs 55 //TARGET_ROOTFS, 55 56 TARGET_DEFAULT, 56 57 NULL
Note:
See TracChangeset
for help on using the changeset viewer.