Skip to content

steemdunk/clustd-driver-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors