25 lines
648 B
YAML
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"
|