15 lines
324 B
Desktop File
15 lines
324 B
Desktop File
[Unit]
|
|
Description=OpenClaw Web Frontend (Vue Chat UI - Vite Dev)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/home/openclaw/.openclaw/workspace-titan/projects/webchat/frontend
|
|
ExecStart=/usr/bin/npm run dev
|
|
Restart=always
|
|
RestartSec=5
|
|
Environment=NODE_ENV=development
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|