15 lines
No EOL
369 B
Desktop File
15 lines
No EOL
369 B
Desktop File
[Unit]
|
|
Description=LanceDB Context Provider API for Continue
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=your-username
|
|
WorkingDirectory=/path/to/your/project
|
|
ExecStart=/path/to/your/project/lancedb_context_provider.py --config $CONFIG_PATH
|
|
EnvironmentFile=-/etc/default/lancedb_context_provider
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |