mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
13 lines
316 B
Desktop File
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
|