diff --git a/base/.config/systemd/user/sdwebui.service b/base/.config/systemd/user/sdwebui.service new file mode 100644 index 00000000..a3a2bb73 --- /dev/null +++ b/base/.config/systemd/user/sdwebui.service @@ -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