2012-04-18 14:17:50 +00:00
|
|
|
# Initscript exporter for foreman
|
|
|
|
|
|
|
|
### Using in your application
|
|
|
|
|
|
|
|
```ruby
|
2012-06-08 13:24:23 +00:00
|
|
|
gem 'foreman-export-initscript', :git => 'git://github.com/lzgo/foreman-export-initscript.git'
|
2012-04-18 14:17:50 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
then `bundle exec foreman export initscript /etc/init.d`
|
|
|
|
|
|
|
|
### Credits
|
|
|
|
|
|
|
|
Shamelessly inspired from foreman-export-nature: https://github.com/nature/foreman-export-nature
|