blob: 2c2752f0d0b997633ce4e328da4ce4d85c7f0aa9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Unit]
Description=Start the ollama-copilot server
Wants=network-online.target
After=network.target network-online.target
[Service]
Type=simple
ExecStart=/usr/bin/ollama-copilot
[Install]
WantedBy=multi-user.target
|