Add more apps & services

This commit is contained in:
2024-06-09 15:23:26 -05:00
parent fd0fe84f3e
commit ff2ce95d17
14 changed files with 124 additions and 1 deletions

View File

@ -0,0 +1,14 @@
[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