Skip to content

Initial spike for pleaserun support#68

Open
bernd wants to merge 1 commit into
mainfrom
pleaserun
Open

Initial spike for pleaserun support#68
bernd wants to merge 1 commit into
mainfrom
pleaserun

Conversation

@bernd

@bernd bernd commented Mar 7, 2014

Copy link
Copy Markdown
Owner

I experimented with pleaserun support for fpm-cookery.

Example:

class Redis < FPM::Cookery::Recipe
  # ...

  # Creates first startup script for redis-server binary with default settings
  startup_script '/usr/bin/redis-server'

  # Creates a second one
  startup_script '/usr/bin/redis-server',
                 :name => 'redis2',
                 :args => '--port 1234',
                 :description => 'Second Redis instance',
                 :user => 'nobody',
                 :group => 'nobody'

  # startup_script options: :name, :args, :user, :group, :description, :chdir, :umask, :prestart
  # ...
end

Looking for feedback on the API! :) /cc @beddari @jordansissel

@bernd bernd added the feature label Mar 7, 2014
@beddari

beddari commented Mar 10, 2014

Copy link
Copy Markdown
Contributor

WOooow you got inspiration :) Thank you, will most definetly be looking at this

@thedrow

thedrow commented Mar 25, 2014

Copy link
Copy Markdown
Contributor

This is awesome! However it does not have any tests :(

@thedrow

thedrow commented Sep 17, 2014

Copy link
Copy Markdown
Contributor

ping? I'd really like to see it merged.

@thedrow

thedrow commented Jun 14, 2016

Copy link
Copy Markdown
Contributor

@bernd Is this going to ever happen? Need help?

@davewongillies

Copy link
Copy Markdown
Contributor

Would LOVE to this see!

@bernd
bernd changed the base branch from master to main July 13, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants