Files
open-webui-installer/open-webui.service
2026-04-06 21:30:42 +02:00

13 lines
187 B
Desktop File

[Unit]
Description=Open-WebUI Service
After=network.target
[Service]
ExecStart=#TARGET_DIR#/run-open-webui
Restart=always
User=#USER#
Group=#GROUP#
[Install]
WantedBy=multi-user.target