Changes

Jump to navigation Jump to search
560 bytes removed ,  09:06, 8 September 2013
Line 539: Line 539:  
  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