Changeset 4224ef7 in mainline for uspace/cfg
- Timestamp:
- 2019-08-06T18:18:37Z (6 years ago)
- 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)
- Location:
- uspace/cfg/sysman
- Files:
-
- 4 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/cfg/sysman/barber.svc
rdd5c623 r4224ef7 1 1 [Unit] 2 ; explicit dependency on compositor,3 ; until exposee to unit name map in locsrv is defined4 After = compositor.svc5 2 After = rootfs.mnt 6 3 -
uspace/cfg/sysman/locfs.mnt
rdd5c623 r4224ef7 1 [Unit]2 ; explicit, VFS not instrumented for autostart3 After = locfs.svc4 5 1 [Mount] 6 2 What = -
uspace/cfg/sysman/rootfs.mnt
rdd5c623 r4224ef7 1 [Unit]2 ; explicit, VFS not instrumented for autostart3 After = fat.svc4 5 1 [Mount] 6 2 What = devices/\hw\pci0\00:01.0\ata-c1\d0 -
uspace/cfg/sysman/vlaunch.svc
rdd5c623 r4224ef7 1 1 [Unit] 2 ; explicit dependency on compositor,3 ; until exposee to unit name map in locsrv is defined4 After = compositor.svc5 2 ; explicit because of executable path 6 3 After = rootfs.mnt … … 8 5 After = locfs.mnt 9 6 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) 11 8 [Service] 12 9 ExecStart = /root/app/vlaunch comp:0/winreg
Note:
See TracChangeset
for help on using the changeset viewer.