4

我已经看到,当我celeryd通过普通用户执行时,我得到权限被拒绝错误

/opt/python2.7/bin/celeryd

但它以root用户执行

在文中它说

"Running celeryd with superuser privileges is not encouraged!")

我如何为 celeryd 分配特权给 user1

4

1 回答 1

3

您可以通过在终端中运行以下命令来为所有用户添加执行权限:

sudo chmod u+x /opt/python2.7/bin/celeryd

于 2011-07-11T07:45:39.977 回答