summarylogtreecommitdiffstats
path: root/lobe-chat.service
blob: 6a8da1ffdd0ee7d2f381f5359fe6759b883e2590 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description = Lobe-Chat Daemon
After = network-online.target ollama.service
Wants = network-online.target ollama.service

[Service]
User = lobe-chat
Group = lobe-chat
EnvironmentFile = -/etc/default/lobe-chat
WorkingDirectory = /usr/share/lobe-chat
ExecStart = /usr/bin/node server.js

[Install]
WantedBy = multi-user.target