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

Refactor linuxScriptReplacement creation #437

Closed
muuki88 opened this issue Dec 13, 2014 · 0 comments
Closed

Refactor linuxScriptReplacement creation #437

muuki88 opened this issue Dec 13, 2014 · 0 comments

Comments

@muuki88
Copy link
Contributor

muuki88 commented Dec 13, 2014

At this moment the linuxScriptReplacements are prefilled in the LinuxPlugin.
Especially the daemonUser and daemonGroup settings, this leads to the following
confusing configuration:

daemonUser in Linux := "app-user"

daemonGroup in Linux := "app-group"

daemonUser and daemonGroup are correctly replaced in all linux templates,
whereas

daemonUser in Debian := "app-user"

daemonGroup in Debian := "app-group"

doesn't have the expected effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant