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

Use /run/tarantool instead of /var/run/tarantool for tmpfiles #5314

Open
rtsisyk opened this issue Sep 19, 2020 · 1 comment
Open

Use /run/tarantool instead of /var/run/tarantool for tmpfiles #5314

rtsisyk opened this issue Sep 19, 2020 · 1 comment
Labels
build good first issue Good for newcomers

Comments

@rtsisyk
Copy link
Contributor

rtsisyk commented Sep 19, 2020

Please use /run/tarantool for TARANTOOL_RUNDIR instead of /var/run/tarantool:

set(TARANTOOL_RUNDIR "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/run/tarantool")

New distros (like Fedora 33) complain about /var/run/ usage:

tarantool.conf:1: Line references path below legacy directory /var/run/, 
updating /var/run/tarantool  → /run/tarantool; 
please update the tmpfiles.d/ drop-in file accordingly.
@Totktonada
Copy link
Member

Related to #5227.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants