mirror of
https://github.com/OwO-Network/DeepLX.git
synced 2024-11-16 04:42:20 +08:00
13 lines
184 B
Desktop File
13 lines
184 B
Desktop File
[Unit]
|
|
Description=DeepLX Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
Restart=always
|
|
WorkingDirectory=/usr/bin/
|
|
ExecStart=/usr/bin/deeplx
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|