summarylogtreecommitdiffstats
path: root/llama.cpp.service
blob: 3094bac678a2785795eff5708eb3cda9e094dd02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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
User=llama-cpp
Group=llama-cpp
RuntimeDirectory=llama-cpp
RuntimeDirectoryMode=0770
UMask=0007
ExecStart=/usr/bin/llama-server $LLAMA_ARGS
ExecReload=/bin/kill -s HUP $MAINPID
Restart=on-failure

[Install]
WantedBy=multi-user.target