Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
missed one on the g/pulse/snap/ conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
mbbroberg committed Dec 2, 2015
1 parent 7854e8c commit e77bb76
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/SNAPD.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
-->

# snapd
The Pulse daemon (pulsed) is a modular application that consists of a control module, a scheduler module, and a rest api. The control module is responsible for loading and unloading plugins, managing loaded plugins, and maintaining an available pool of running plugins for running tasks. The scheduler module is responsible for running the workflows in created tasks per the schedule stated. The rest api provides an interface for loading and unloading plugins, creating and removing tasks, starting and stopping tasks, and listing metrics available for collection.
The snap daemon (snapd) is a modular application that consists of a control module, a scheduler module, and a rest api. The control module is responsible for loading and unloading plugins, managing loaded plugins, and maintaining an available pool of running plugins for running tasks. The scheduler module is responsible for running the workflows in created tasks per the schedule stated. The rest api provides an interface for loading and unloading plugins, creating and removing tasks, starting and stopping tasks, and listing metrics available for collection.

## Usage
```
Expand Down Expand Up @@ -50,7 +50,7 @@ The Pulse daemon (pulsed) is a modular application that consists of a control mo
--version, -v print the version
```

## Examples
## Examples
### Commands
```
$SNAP_PATH/bin/snapd
Expand Down Expand Up @@ -81,6 +81,6 @@ INFO[0000] setting log level to: debug
```

## More information
* [REST_API.md](REST_API.md)
* [PLUGIN_SIGNING.md](PLUGIN_SIGNING.md)
* [TRIBE.md](TRIBE.md)
* [REST_API.md](REST_API.md)
* [PLUGIN_SIGNING.md](PLUGIN_SIGNING.md)
* [TRIBE.md](TRIBE.md)

0 comments on commit e77bb76

Please sign in to comment.