stork icon indicating copy to clipboard operation
stork copied to clipboard

Add platform_configurations section to README

Open gwbrown opened this issue 7 years ago • 0 comments

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

gwbrown avatar Jan 12 '18 17:01 gwbrown