14 lines
349 B
Markdown
14 lines
349 B
Markdown
|
# Initscript exporter for foreman
|
||
|
|
||
|
### Using in your application
|
||
|
|
||
|
```ruby
|
||
|
gem 'foreman-export-initscript', :git => 'git://github.com/emilecantin/foreman-export-initscript.git'
|
||
|
```
|
||
|
|
||
|
then `bundle exec foreman export initscript /etc/init.d`
|
||
|
|
||
|
### Credits
|
||
|
|
||
|
Shamelessly inspired from foreman-export-nature: https://github.com/nature/foreman-export-nature
|