# olympus.data is used by readDescriptor method in the manager class
# to build the system database, please read the HOWTO-descriptor 
# before editing this file.

key "apache"
{
    key "start"
    {
        1 /etc/rc.d/init.d/httpd start
        1 /etc/rc.d/init.d/apache start
        1 /etc/init.d/httpd start
        1 /etc/init.d/apache start
    }
    key "stop"
    {
        1 /etc/rc.d/init.d/httpd stop
        1 /etc/rc.d/init.d/apache stop
        1 /etc/init.d/httpd stop
        1 /etc/init.d/apache stop
    }
    key "restart"
    {
        1 /etc/rc.d/init.d/httpd restart
        1 /etc/rc.d/init.d/apache restart
        1 /etc/init.d/httpd restart
        1 /etc/init.d/apache restart
    }
    key "status"
    {
        1 /etc/rc.d/init.d/httpd status
        1 /etc/rc.d/init.d/apache status
        1 /etc/init.d/httpd status
        1 /etc/init.d/apache status
    }
}

key "inetd"
{
    key "start"
    {
        1 /etc/rc.d/init.d/inetd start
        1 /etc/rc.d/init.d/inet start
        1 /etc/init.d/inetd start
        1 /etc/init.d/inet start
    }
    key "stop"
    {
        1 /etc/rc.d/init.d/inetd stop
        1 /etc/rc.d/init.d/inet stop
        1 /etc/init.d/inetd stop
        1 /etc/init.d/inet stop
    }
    key "restart"
    {
        1 /etc/rc.d/init.d/inetd restart
        1 /etc/rc.d/init.d/inet restart
        1 /etc/init.d/inetd restart
        1 /etc/init.d/inet restart
    }
    key "status"
    {
        1 /etc/rc.d/init.d/inetd status
        1 /etc/rc.d/init.d/inet status
        1 /etc/init.d/inetd status
        1 /etc/init.d/inet status
    }
    key "config"
    {
        1 /etc/inetd.conf
    }
    key "services"
    {
        1 /etc/services
    }
}
