|
Our CMAPI service.template has the "root" user assigned. When changing that to another user like "mysql", CMAPI appears to start up correctly however communications between nodes does not work. Nothing but timeouts.
[Unit]
|
Description={{Description}}
|
|
[Service]
|
Environment=PYTHONPATH={{Root}}/deps
|
ExecStart={{Root}}/python/bin/python3 -m cmapi_server
|
User=root
|
WorkingDirectory={{Root}}
|
|
[Install]
|
WantedBy=multi-user.target
|
All folders involved are owned by mysql, all nodes in the cluster have the same config.
|