depot_deploy.run: integrate recall_fs

This is needed to deploy the current version of the window_layouter pkg.
This commit is contained in:
Norman Feske 2019-06-22 12:15:00 +02:00 committed by Christian Helmuth
parent 854a154fb4
commit c00666b7e8
1 changed files with 8 additions and 1 deletions

View File

@ -153,6 +153,13 @@ install_config {
<service name="Timer"> <parent/> </service>
</common_routes>
<start name="recall_fs" pkg="} [depot_user]/pkg/[current_pkg chroot] {">
<route>
<service name="File_system"> <parent/> </service>
</route>
<config> <default-policy path_prefix="/recall" writeable="yes"/> </config>
</start>
<start name="wm" pkg="} [depot_user]/pkg/[current_pkg wm] {">
<route>
<service name="Nitpicker"> <parent/> </service>
@ -168,6 +175,7 @@ install_config {
<service name="ROM" label="rules"> <child name="wm"/> </service>
<service name="Report"> <child name="wm"/> </service>
<service name="Nitpicker"> <child name="wm"/> </service>
<service name="File_system" label="recall"> <child name="recall_fs"/> </service>
</route>
</start>
@ -180,7 +188,6 @@ install_config {
</route>
</start>
<start name="backdrop" pkg="} [depot_user]/pkg/[current_pkg sticks_blue_backdrop] {">
<route>
<service name="Nitpicker"> <parent label="backdrop"/> </service>