mirror of
https://github.com/ultravioletrs/cocos.git
synced 2026-08-07 07:14:50 +00:00
c25cfec84c
* Add python pip to buildroot * Use DHCP for agent * Use systemd for naming network interfaces * Removed eth0 dhcp setting * Add ETH_IFACE variable * Added explanation for ETH_IFACE name * Further explain ETH_IFACE value
16 lines
303 B
Desktop File
16 lines
303 B
Desktop File
[Unit]
|
|
Description=Cocos AI agent
|
|
After=network.target
|
|
|
|
[Service]
|
|
StandardOutput=file:/var/log/cocos/agent.stdout
|
|
StandardError=file:/var/log/cocos/agent.stderr
|
|
|
|
Environment=AGENT_GRPC_PORT=7002
|
|
Environment=AGENT_LOG_LEVEL=info
|
|
|
|
ExecStart=/cocos/agent_start_script.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|