No commit activity in last 3 years
No release in over 3 years
Daemon application for Usbunfreeze kit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 10.0

Runtime

~> 1.1.0
~> 1.8.0
~> 0.0.5
 Project Readme

UsbunfreezeDaemon

Gem Version

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 -с /path/to/settings.yaml start

Daemon will poll AWS SQS queue and launch specified command when a message will be received.

Possible flags:

  • --directory PATH -- use PATH for logs and pids. Used usually for non-system installation
  • --system -- use /var/log for logging and /var/run for pid storing. -d is not needed with this flag.s
  • --ontop -- do not fork into daemon
  • start|stop|status -- self-describing control commands

License information

Please consult with the LICENSE.txt for license information. It is MIT by the way.