summarylogtreecommitdiffstats
path: root/open-webui.service
blob: 8d7c162b64928f9a362a0083ea187aee874ca146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Open Web UI for LLMs
After=network.target

[Service]
Type=simple
Environment=PYTHONUNBUFFERED=1
EnvironmentFile=/usr/share/open-webui/open-webui.conf
ExecStart=/bin/open-webui serve

Restart=on-failure

[Install]
WantedBy=multi-user.target