14 lines
242 B
Desktop File
14 lines
242 B
Desktop File
[Unit]
|
|
Description=XWorkspace LiteLLM
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/bash -lc 'while true; do sleep 3600; done'
|
|
Restart=always
|
|
RestartSec=2
|
|
|
|
[Install]
|
|
WantedBy=default.target
|