15 lines
336 B
Desktop File
15 lines
336 B
Desktop File
[Unit]
|
|
Description=Stable Diffusion Web UI Service
|
|
StartLimitIntervalSec=500
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
WorkingDirectory=/home/gib/.local/share/sunhat/packages/stable-diffusion-webui
|
|
ExecStart=/home/gib/.local/share/sunhat/packages/stable-diffusion-webui/webui.sh
|
|
Restart=on-failure
|
|
RestartSec=30s
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|