Changeset 5830c7b in mainline for uspace/cfg/sysman/hid__input.svc


Ignore:
Timestamp:
2020-01-09T01:04:57Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
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)
Message:

Removing rootfs from sysman units

For debugging reasons it's easier to work without an extra mounted root hd.
This commit might need to be rollbacked in the future. But since no rootfs
specific code has been imported from the original repo, it can to been removed

File:
1 edited

Legend:

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

    r5d35021 r5830c7b  
    11[Unit]
    2 ; mountpoint dependency must be explicit
    3 After = rootfs.mnt
    4 
    52; explicit
    63; as it's somehow needed for keyboard/mouse drivers (via ISA/PCI driver calls?)
     
    85
    96[Service]
    10 ExecStart = /root/srv/input hid/input
    11 
     7ExecStart = /srv/input hid/input
Note: See TracChangeset for help on using the changeset viewer.