auto-commit-service/app.manifest.yaml
Natalie be067f70f5
Some checks failed
Deploy to Host / Deploy to Host (push) Failing after 4s
Publish to PyPI / Build and Publish (push) Failing after 2m14s
fix(@ml/auto-commit-service): 🐛 update local-to-lan hostnames
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 03:12:37 -07:00

25 lines
648 B
YAML

name: auto-commit-service
description: Automated commit message generation using local LLM inference
type: daemon-service
category: services
platforms:
apricot:
os: linux
host: apricot.lan
environment: production
services:
commits:
type: systemd-user
systemdUnit: commits
port: "8200"
description: Auto-commit daemon for ~/Code
enabled: true
install:
path: ~/Code/@applications/@ml/auto-commit-service
script: ./install
status:
command: "systemctl --user is-active commits"
type: systemd
logs:
command: "journalctl --user -u commits -n 100"