Replies: 6 comments
-
/tmp下的文件会被系统自动清理,因此不建议放在/tmp下 |
Beta Was this translation helpful? Give feedback.
-
倒是可以考虑加个初始化脚本,不过需要以root权限执行了 |
Beta Was this translation helpful? Give feedback.
-
临时的解决方案:在README里增加了创建/var/run/openhalo的步骤 |
Beta Was this translation helpful? Give feedback.
-
或者放到 data 路径下也是可以的 |
Beta Was this translation helpful? Give feedback.
-
打 rpm 的时候可以写到 spec 里 |
Beta Was this translation helpful? Give feedback.
-
这是个好建议 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
配置文件里默认是
unix_socket_directories = '/var/run/openhalo'
但编译安装时并不会自动创建该目录,导致启动失败建议改成
/tmp
Beta Was this translation helpful? Give feedback.
All reactions