adjusted to take advantage of the new appname.mountpoint option
for apps.properties files.
This commit is contained in:
parent
c9707a83b8
commit
96cd8c406c
2 changed files with 10 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
# List of apps to start.
|
||||
|
||||
# mount antville as /managehop to avoid
|
||||
# conflict with antville's manage.hac action
|
||||
manage
|
||||
manage.mountpoint = /managehop
|
||||
|
||||
# mount antville as root application
|
||||
antville
|
||||
antville.mountpoint = /
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
# List of apps to start.
|
||||
|
||||
base
|
||||
base.mountpoint = /
|
||||
|
||||
manage
|
||||
|
||||
himp
|
||||
|
|
Loading…
Add table
Reference in a new issue