summarylogtreecommitdiffstats
path: root/llama.cpp.service
blob: 85cbce84698c67911681da22153fa50b86487e95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Llama.cpp server
After=syslog.target network.target local-fs.target remote-fs.target nss-lookup.target

[Service]
Type=simple
EnvironmentFile=/etc/conf.d/llama.cpp
ExecStart=/usr/bin/llama.cpp-server $LLAMA_ARGS
ExecReload=/bin/kill -s HUP $MAINPID
Restart=never

[Install]
WantedBy=default.target