DeepLX/deeplx.service

14 lines
228 B
SYSTEMD
Raw Normal View History

2023-02-12 10:04:18 +08:00
[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