Added resource which makes the userlandfs_server run as a background service.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35168 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2010-01-19 16:05:19 +00:00
parent 44905bf648
commit 63fad9a172
2 changed files with 23 additions and 0 deletions

View File

@ -45,6 +45,8 @@ Application userlandfs_server
:
be
$(TARGET_LIBSUPC++)
:
userlandfs_server.rdef
;
HaikuSubInclude beos ;

View File

@ -0,0 +1,21 @@
/*
* userlandfs_server.rdef
*/
resource app_signature "application/x-vnd.haiku.userlandfs-server";
resource app_flags B_EXCLUSIVE_LAUNCH|B_BACKGROUND_APP;
resource app_version {
major = 1,
middle = 0,
minor = 0,
variety = B_APPV_ALPHA,
internal = 0,
short_info = "userlandfs_server",
long_info = "userlandfs_server ©2004-2010 Haiku, Inc"
};