leankg 0.14.2

Lightweight Knowledge Graph for AI-Assisted Development
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=LeanKG Automated Ship
After=network.target

[Service]
Type=simple
WorkingDirectory=/root/app/LeanKG
ExecStart=/root/app/LeanKG/ship.sh
Restart=always
RestartSec=10
StandardOutput=append:/root/app/LeanKG/logs/ship.log
StandardError=append:/root/app/LeanKG/logs/ship.log

[Install]
WantedBy=multi-user.target