- Timestamp:
- 02/25/09 09:34:10 (19 months ago)
- Files:
-
- 1 modified
-
tools/routingservice/trunk/routingservice.sh (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/routingservice/trunk/routingservice.sh
r260 r262 91 91 fi 92 92 ;; 93 94 95 list) 96 # get current processes 97 echo " 98 Currently active WRS process(es): 99 " 100 101 ps afx | grep restlet 102 103 echo " 104 105 " 106 ;; 93 107 94 108 debug) … … 107 121 108 122 Usage: 109 ./routingservice.sh {start|stop|restart|debug| help} [identifier]123 ./routingservice.sh {start|stop|restart|debug|list|help} [identifier] 110 124 111 125 Commands: … … 115 129 debug Run the service in debug mode 116 130 This will print log messages to the terminal window. 131 list List currently active process(es) 117 132 help Show the startup help 118 133
