codex-team / codex-team/devops-toolbox-agent
Create doc for simple step-by-step installing
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- [x] Где скачать (wget)
- [x] Как запустить/распаковать нужный бинарный файл
- [x] Командная строка для запуска с параметрами
- [x] Systemd конфиг вида:
```
[Unit]
Description=CodeX DevOps Toolbox Agent
[Install]
WantedBy=multi-user.target
[Service]
User=root
PermissionsStartOnly=true
WorkingDirectory=/opt/codex/
ExecStart=/opt/codex/agent …
TimeoutSec=600
Restart=on-failure
RestartSec=20s
RuntimeDirectoryMode=755
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.