Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add platform_configurations section to README #21

Open
gwbrown opened this issue Jan 12, 2018 · 0 comments
Open

Add platform_configurations section to README #21

gwbrown opened this issue Jan 12, 2018 · 0 comments

Comments

@gwbrown
Copy link

gwbrown commented Jan 12, 2018

It took me quite a while to figure out how to specify a user and group for the generated systemd service file in the stork.yml launcher definition. I eventually found it in one of the example files, but it doesn't appear to be documented anywhere.

Here's the example I found, but I don't know if this is all of the available options for this section:

platform_configurations:
  LINUX:
    daemon_method: NOHUP
    user: "daemon"
    group: "daemon"
  
  MAC_OSX:
    user: "_daemon"
    group: "_daemon"
  
  WINDOWS:
    daemon_method: JSLWIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant