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

dist/systemd: change binary path to /usr/libexec #103

Merged
merged 1 commit into from
Aug 16, 2019

Conversation

rfairley
Copy link
Contributor

Change the path to the installed binary from /usr/bin/zincati to
/usr/libexec/zincati. This is done because zincati is not
currently intended to be run directly by users.

When installing Zincati and running Zincati through this unit, the
binary placed by cargo install should be moved to this location
under /usr/libexec.

Fixes: coreos/fedora-coreos-tracker#244

Change the path to the installed binary from `/usr/bin/zincati` to
`/usr/libexec/zincati`. This is done because `zincati` is not
currently intended to be run directly by users.

When installing Zincati and running Zincati through this unit, the
binary placed by `cargo install` should be moved to this location
under `/usr/libexec`.

Fixes: coreos/fedora-coreos-tracker#244
@rfairley
Copy link
Contributor Author

@lucab lucab merged commit 0d718ab into coreos:master Aug 16, 2019
@rfairley rfairley deleted the rfairley-libexec branch August 16, 2019 14:05
@lucab lucab added this to the vNext milestone Aug 27, 2019
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.

Move the zincati binary under /usr/libexec
2 participants