Changes

Jump to navigation Jump to search
560 bytes removed ,  22:03, 9 April 2014
Line 616: Line 616:  
  db accounts setprop user Shell /bin/bash
 
  db accounts setprop user Shell /bin/bash
 
  signal-event user-modify user
 
  signal-event user-modify user
  −
====Give some external or internal access permissions to foo service====
  −
config setprop foo PublicAccess OPTION
  −
signal-event console-save
  −
  −
  −
OPTION is either of the following.
  −
  −
        none            => No access
  −
        local            => Local network  (no password required)
  −
        local-pw        => Local network  (password required)
  −
        global          => Entire Internet(no password required)
  −
        global-pw        => Entire Internet(password required)
  −
        global-pw-remote => Entire Internet(password required outside local network)
      
=== General Service Handling ===
 
=== General Service Handling ===

Navigation menu