registrar: implemented auth port via launch_daemon.

* get_roster_port_name() is no longer needed.
* This also removes the app_server restart code from the debug
  server -- this will be done by the launch_daemon in the future.
This commit is contained in:
Axel Dörfler
2015-07-22 20:41:01 +02:00
parent 7ef0edec04
commit bea38cb711
9 changed files with 31 additions and 57 deletions
+3
View File
@@ -1,5 +1,8 @@
service x-vnd.Haiku-registrar {
launch /system/servers/registrar
port auth {
capacity 100
}
}
service x-vnd.Haiku-app_server {