summarylogtreecommitdiffstats
path: root/beellama.service
blob: 2f8676647be4a8a13279d347ef942432bd86d1a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=beellama.cpp Server
After=network-online.target
Wants=network-online.target

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

[Install]
WantedBy=multi-user.target