Add sillytavern service
This commit is contained in:
parent
ef02f6e3b8
commit
c8dd400543
11
base/.config/systemd/user/sillytavern.service
Normal file
11
base/.config/systemd/user/sillytavern.service
Normal 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
|
Loading…
Reference in New Issue
Block a user