summarylogtreecommitdiffstats
path: root/tabbyml-server.service
blob: e09be164f4966c6a8e574523c24b7f9261d8a300 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=Tabby AI coding assistant
After=network.target

[Service]
Type=simple
User=tabbyml
Group=tabbyml
WorkingDirectory=/opt/tabbyml
EnvironmentFile=/etc/tabbyml/server.conf
ExecStart=/bin/bash -c '/opt/tabbyml/bin/tabby serve ${TABBY_ARGS:+$TABBY_ARGS}'

[Install]
WantedBy=multi-user.target