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