- Router handles config.updated WS event (model, provider, prompt) - picogent@.service template: systemctl start picogent@coder
16 lines
327 B
Desktop File
16 lines
327 B
Desktop File
[Unit]
|
|
Description=Picogent Agent %i
|
|
After=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/root/projects/team-board/picogent
|
|
ExecStart=/usr/bin/node dist/index.js /root/projects/team-board/agents/%i/
|
|
Restart=always
|
|
RestartSec=5
|
|
Environment=NODE_ENV=production
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|