Skip to content

steemdunk/clustd-driver-shell

Repository files navigation

Clustd Shell Driver

A simple driver that executes a start and stop script. This can be used to do virtually anything to a system through shell scripts.

Configuration

host: ws://127.0.0.1:3001
secret: 'cluster secret'
script:
  shell: /bin/bash
  cwd: .
  start: ./start.sh
  stop: ./stop.sh
  env:
    MY_VAR: 2

clustd

Find the other projects below to get started and for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published