UsbunfreezeDaemon
Daemon application for Usbunfreeze kit.
Installation
Install a gem
gem install usbunfreeze_daemon
Configuration
Settings file template can be found at config/usbunfreeze.yaml.example.
Configure Amazon AWS SQS queue and place access, secret key and queue name to the config.
Usage
Launch a daemon:
usbunfreeze_daemon -C /path/to/settings.yaml
Daemon will poll AWS SQS queue and launch specified command when a message will be received.
License information
Please consult with the LICENSE.txt for license information. It is MIT by the way.