This repository has been archived on 2024-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
local-llm-server/other/local-llm-daemon.service

16 lines
313 B
SYSTEMD

[Unit]
Description=Local LLM Proxy Daemon
Wants=basic.target
After=basic.target network.target
[Service]
User=server
ExecStart=/srv/server/local-llm-server/venv/bin/python /srv/server/local-llm-server/daemon.py
Restart=always
RestartSec=2
SyslogIdentifier=local-llm-daemon
[Install]
WantedBy=multi-user.target