ultravioletrs / cocos

Cocos AI - Confidential Computing System for AI
https://ultraviolet.rs/cocos-ai.html
Apache License 2.0
11 stars 6 forks source link

COCOS-116 -Separated networking setup from agent start up script #118

Closed danko-miladinovic closed 2 months ago

danko-miladinovic commented 2 months ago

What type of PR is this?

This separates the network setup from the agent run script. The problem is defined in issue #116

What does this do?

This PR alters the cocos-agent.service file in order to run cocos_network_setup.sh script before the Agent is started.

Which issue(s) does this PR fix/relate to?

Resolves #116

Have you included tests for your changes?

No, there are no tests for this issue.

Did you document any new/modified feature?

No, there is no documentation that needs altering.

Notes