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

Update service in a better way #9

Open
nicolas-brousse opened this issue May 26, 2017 · 1 comment
Open

Update service in a better way #9

nicolas-brousse opened this issue May 26, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@nicolas-brousse
Copy link
Member

Check if a restart could be done instead a stop/start for updated services.

  • Does configuration like Environment will be applied?
  • Does restart stop by sending a signal to the process ID? In this case no matters if command is not the same.
@nicolas-brousse nicolas-brousse added this to the 1.1.0 milestone May 26, 2017
@nicolas-brousse nicolas-brousse self-assigned this May 26, 2017
@nicolas-brousse
Copy link
Member Author

Looks like systemctl restart do a stop an kill -TERM if no ExecStop instruction is set onto the systemd service.
But if we restart we have to systemctl daemon-reload between systemd service replacement and system restart

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

No branches or pull requests

1 participant