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

Properly handle systemd escaped characters #14

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

camara-tech
Copy link

As part of the service installation process, svc.sh runs the agent name through the systemd-escape utility, which can modify the expected name of the service, causing this exec to run even though the service is already installed, and preventing the managed service from running. This commit fixes that problem.

As part of the service installation process, svc.sh runs the agent name through the systemd-escape utility, which can modify the expected name of the service, causing this exec to run even though the service is already installed, and preventing the managed service from running. This commit fixes that problem.
@camara-tech camara-tech changed the title (WIP) Properly handle systemd escaped characters Properly handle systemd escaped characters Nov 13, 2019
@camara-tech camara-tech force-pushed the handle-systemd-escape-characters branch from 02f5c12 to 80eb948 Compare November 20, 2019 18:28
@JacobHenner
Copy link
Owner

Will try to review this soon.

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

Successfully merging this pull request may close these issues.

2 participants