mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 15:12:20 +08:00
14 lines
228 B
Desktop File
14 lines
228 B
Desktop File
[Unit]
|
|
Description=DeepLX Service
|
|
After=network.target nss-lookup.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
User=root
|
|
Group=root
|
|
Type=simple
|
|
WorkingDirectory=/usr/bin/
|
|
ExecStart=/usr/bin/deeplx
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |