8000 GitHub - polytechas/puppet-daemontools: This module facilitates installing and setting up services managed by Daemontools.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

polytechas/puppet-daemontools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daemontools Module

Build Status

This module facilitates installing and setting up services managed by Daemontools.

http://forge.puppetlabs.com/jbussdieker/daemontools

Parameters

  • ensure: running, stopped. default: running
  • command: Command line to run service.
  • logpath: Directory to store log files in. default: /var/log/${name}
  • service_script: Write your own service script if you need more control, if you use this it makes the command paramter obsolete.
  • logfiles: The number of logfiles to keep
  • logsize: The maximum size of one logfile

Usage

daemontools::service {'myapp':
  ensure  => running,
  command => '/usr/bin/myapp',
  logpath => '/var/log/myapp',
}

About

This module facilitates installing and setting up services managed by Daemontools.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 51.8%
  • Puppet 45.9%
  • Shell 2.3%
0