tarantool / tarantool/tarantool
tmpfile.d path
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 3.7k
- Forks
- 419
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 88
Description
Tarantool version: 2.6.0
OS version: Arch Linux
Bug description: file /usr/lib/tmpfiles.d/tarantool.conf uses path /var/run/tarantool and systemd does not like it:
/usr/lib/tmpfiles.d/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.
/var/run is a symlink to /run
$ realpath /var/run
/run
tarantool should have a way to configure tarantool.conf with /run path.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the repository source or packaging rule that produces /usr/lib/tmpfiles.d/tarantool.conf, then inspect how the /var/run/tarantool path is defined. Update the relevant source so the installed drop-in uses /run/tarantool, and verify that systemd no longer reports the legacy /var/run warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- linux
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100