summarylogtreecommitdiffstats
path: root/open-webui.service
blob: 05fd296fa4af9bbc6dac2c7ac6001a5e7924d0f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[Unit]
Description=Open WebUI – Self-hosted AI platform
After=network.target

[Service]
Type=simple
User=open-webui
Group=open-webui
EnvironmentFile=-/etc/open-webui/environment
Environment=DATA_DIR=/var/lib/open-webui
Environment=UV_CACHE_DIR=/var/cache/open-webui
Environment=UV_OVERRIDE=/etc/open-webui/override
ExecStart=/usr/bin/open-webui
Restart=on-failure
RestartSec=5s

[Install]
WantedBy=multi-user.target