service systat
{
    disable           = no
    socket_type       = stream
    wait              = no
    user              = nobody
    port              = 11
    server            = /bin/ps
    server_args       = -auwwx
    only_from         = 127.0.0.1
    log_on_success    = HOST
}
