mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2026-09-10 12:00:58 +00:00
Only the GitHub repository was renamed to DLX. Restore historical artifact names: deeplx_* release binaries, missuo/deeplx Docker Hub, ghcr.io/owo-network/deeplx, and matching install/systemd/launchd paths.
13 lines
181 B
Desktop File
13 lines
181 B
Desktop File
[Unit]
|
|
Description=DLX Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
WorkingDirectory=/usr/bin/
|
|
ExecStart=/usr/bin/deeplx
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|