Add sillytavern service

This commit is contained in:
Salt 2024-06-30 00:35:28 -05:00
parent ef02f6e3b8
commit c8dd400543

View File

@ -0,0 +1,11 @@
[Unit]
Description=SillyTavern Service
After=network-online.target
[Service]
ExecStart=/home/salt/Projects/ollama/run-sillytavern.sh
Restart=always
RestartSec=3
[Install]
WantedBy=default.target