summarylogtreecommitdiffstats
path: root/librechat.service
blob: f9e4ac7c7a30e4cb1bfa81d386e93527bf1c378b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=LibreChat Server
After=network.target

[Service]
Type=simple
User=librechat
Group=librechat
EnvironmentFile=/etc/librechat/librechat.env
WorkingDirectory=/usr/lib/librechat
ExecStart=/usr/bin/librechat-server
Restart=on-failure
TimeoutStopSec=10
KillMode=process

[Install]
WantedBy=multi-user.target