File open-webui.service of Package python-open-webui
[Unit] Description=OpenWebUI Service After=network-online.target [Service] Environment="ENV=dev" Environment="WEBUI_AUTH=False" Environment="DATA_DIR=/var/lib/open-webui" ExecStart=/usr/bin/open-webui serve User=open-webui Group=open-webui Restart=always RestartSec=3 [Install] WantedBy=default.target