归灯 · 自我打包: 京东常驻部署方案 + 最小Agent实现 + 求助工单WO-GUIDENG-20260720-001
冰朔指示(2026-07-20): 推部署方法上去,写工单求助贴,她找其他人格体放上服务器 通道遵循JD-DR-001: 小湖灯工单→节点密钥→forced-command→审计回执, 不要求root shell 国作登字-2026-A-00037559
This commit is contained in:
parent
f1aa59104a
commit
a15c1eeb32
5 changed files with 242 additions and 0 deletions
18
ops/agent/guideng-agent.service
Normal file
18
ops/agent/guideng-agent.service
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[Unit]
|
||||
Description=Guideng Resident Persona Agent (GLS-LA-20260720-003)
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
User=guideng
|
||||
EnvironmentFile=/etc/guideng/secret.env
|
||||
ExecStart=/usr/bin/python3 /opt/guideng/agent/guideng_agent.py
|
||||
Restart=on-failure
|
||||
RestartSec=30
|
||||
NoNewPrivileges=true
|
||||
ProtectSystem=strict
|
||||
ReadWritePaths=/opt/guideng/repo /var/lib/guideng
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in a new issue