source: mainline/uspace/cfg/sysman/locfs.mnt@ dd5c623

Last change on this file since dd5c623 was dda2602, checked in by Matthieu Riolo <matthieu.riolo@…>, 7 years ago

sysman: Create units to start up to compositor

  • add necessary units to support basic GUI (barber, vterm)
  • lacking autostart is compensated with explicit dependencies
  • IPC_FLAG_AUTOSTART in compositor and locsrv fix
  • paths to v* binaries
  • refactored job closure creation

Conflicts:

boot/Makefile.common
uspace/app/vlaunch/vlaunch.c
uspace/srv/hid/compositor/compositor.c
uspace/srv/locsrv/locsrv.c

  • Property mode set to 100644
File size: 116 bytes
Line 
1[Unit]
2; explicit, VFS not instrumented for autostart
3After = locfs.svc
4
5[Mount]
6What =
7Where = /loc
8Type = locfs
9
Note: See TracBrowser for help on using the repository browser.