13 lines
187 B
Desktop File
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
|