aur/llama.cpp.service
txtsd 32f7e6ca56
upgpkg: llama.cpp-hip b3982-1
Signed-off-by: txtsd <code@ihavea.quest>
2024-10-27 01:24:03 +05:30

13 lines
316 B
Desktop File

[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-server $LLAMA_ARGS
ExecReload=/bin/kill -s HUP $MAINPID
Restart=never
[Install]
WantedBy=multi-user.target