Add service file
This commit is contained in:
12
open-webui.service
Normal file
12
open-webui.service
Normal 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
|
||||
Reference in New Issue
Block a user