14 lines
361 B
Desktop File
14 lines
361 B
Desktop File
[Unit]
|
|
Description=Llama.cpp server, CPU only (no GPU support in this build).
|
|
After=syslog.target network.target local-fs.target remote-fs.target nss-lookup.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
DynamicUser=true
|
|
EnvironmentFile=-/etc/sysconfig/llama
|
|
ExecStart=llama-server $LLAMA_ARGS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=never
|
|
|
|
[Install]
|
|
WantedBy=default.target
|