Add service file

This commit is contained in:
2026-04-06 21:30:42 +02:00
parent f98d157a52
commit a007b0b21b
2 changed files with 28 additions and 0 deletions

12
open-webui.service Normal file
View File

@@ -0,0 +1,12 @@
[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