Changeset 4224ef7 in mainline for uspace/cfg/sysman/vlaunch.svc


Ignore:
Timestamp:
2019-08-06T18:18:37Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
e55741e
Parents:
dd5c623
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-05-11 16:50:40)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-06 18:18:37)
Message:

sysman: Add VFS FS server autostart

  • VFS autostart instrumentation removes explicit dependency on FS servers.
  • Compositor service properly named, it's now resolved as implicit dependency.

Conflicts:

boot/Makefile.common
uspace/lib/gui/window.c
uspace/srv/locsrv/locsrv.c
uspace/srv/vfs/vfs.c
uspace/srv/vfs/vfs_ops.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/cfg/sysman/vlaunch.svc

    rdd5c623 r4224ef7  
    11[Unit]
    2 ; explicit dependency on compositor,
    3 ; until exposee to unit name map in locsrv is defined
    4 After = compositor.svc
    52; explicit because of executable path
    63After = rootfs.mnt
     
    85After = locfs.mnt
    96
    10 ; unclear status of vlaunch as service (more relevant to user session)
     7; unclear status of vlaunch as a service (more relevant to user session)
    118[Service]
    129ExecStart = /root/app/vlaunch comp:0/winreg
Note: See TracChangeset for help on using the changeset viewer.