mirror of
https://github.com/whit3rabbit/anyllm-proxy.git
synced 2026-09-22 00:00:50 +00:00
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
418 B
Desktop File
24 lines
418 B
Desktop File
[Unit]
|
|
Description=AnYLLM Translation Proxy
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=anyllm
|
|
Group=anyllm
|
|
EnvironmentFile=-/etc/default/anyllm-proxy
|
|
ExecStart=/usr/bin/anyllm-proxy
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
LimitNOFILE=65536
|
|
|
|
NoNewPrivileges=true
|
|
ProtectSystem=strict
|
|
ProtectHome=true
|
|
ReadWritePaths=/var/lib/anyllm
|
|
PrivateTmp=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|