tarantool/tarantool

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

開放

#5,314 建立於 2020年9月19日

 (1 則留言) (0 個反應) (0 位負責人)Lua (406 個分叉)batch import
buildgood first issue

倉庫指標

星標
 (3,633 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

https://github.com/tarantool/tarantool/blob/f7bcdf4c0405112d390b8ebb6d296717153020ef/extra/dist/CMakeLists.txt#L34

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.

貢獻者指南