summarylogtreecommitdiffstats
path: root/cogpit-server.service
blob: 64fa4bfaf0cd220cfbadd7349ceaa115117d94f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Cogpit Server - Claude Code Dashboard
Documentation=https://github.com/gentritbiba/cogpit
After=network.target

[Service]
Type=simple
Environment=COGPIT_HOST=127.0.0.1
Environment=COGPIT_PORT=19384
ExecStart=/usr/bin/bun /opt/cogpit-server/server/standalone.ts
Restart=on-failure
RestartSec=5

[Install]
WantedBy=default.target