16 lines
348 B
Desktop File
16 lines
348 B
Desktop File
[Unit]
|
|
Description=Mnemosyne LLM Context Gateway
|
|
After=network.target
|
|
StartLimitIntervalSec=60
|
|
StartLimitBurst=5
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=%h/Projects/contextmanager
|
|
ExecStart=%h/Projects/contextmanager/.venv/bin/mnemosyne --no-launch --port 8080
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
Environment=HOME=%h
|
|
|
|
[Install]
|
|
WantedBy=default.target
|