runit-man 1.4.8 → 1.4.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. metadata +7 -33
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 4
8
- - 8
9
- version: 1.4.8
8
+ - 9
9
+ version: 1.4.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Akzhan Abdulin
@@ -115,39 +115,13 @@ dependencies:
115
115
  version: "0"
116
116
  type: :development
117
117
  version_requirements: *id008
118
- description: |+
119
- h2. DESCRIPTION
120
-
121
- Simple "runit":http://smarden.org/runit/ web management tool with i18n.
122
-
123
- Server will run by @runit-man@ script. Take a note that @runit-man@ must have privileges like @runsvdir@ ones.
124
-
125
- h2. REST API
126
-
127
- h3. Get state
128
-
129
- You can read current state of services in "JSON format":http://www.json.org/ using
130
- @GET /services.json@
131
-
132
- h3. Management
133
-
134
- You can manage your services using
135
- @POST /service name/command@
136
-
137
- Supported commands: up, down, restart, switch_up (activates service), switch_down (deactivates service).
138
-
139
- You can also send any signal to service using
140
- @POST /service name/signal/<signal>@
141
-
142
- h3. Read logs
143
-
144
- You can read tail of service log using
145
- @GET /service name/log/count_of_lines.txt@
146
-
147
- Note that to use this feature You must do logging using
148
- @svlogd options log_directory_location@
118
+ description: |
119
+ Simple runit (http://smarden.org/runit/) web management tool with i18n.
149
120
 
121
+ Server will run by runit-man script.
150
122
 
123
+ More information available at http://github.com/akzhan/runit-man
124
+
151
125
  email: akzhan.abdulin@gmail.com
152
126
  executables:
153
127
  - runit-man