Add sdwebui service
This commit is contained in:
parent
c8dd400543
commit
1a7814c84e
12
base/.config/systemd/user/sdwebui.service
Normal file
12
base/.config/systemd/user/sdwebui.service
Normal file
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=StableDiffusion Web UI Service
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/home/salt/Projects/ollama/sdwebui/
|
||||
ExecStart=/home/salt/Projects/ollama/sdwebui/webui-docker.sh
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
Reference in New Issue
Block a user