DeepLX/deeplx.service

13 lines
184 B
SYSTEMD
Raw Normal View History

2023-02-12 10:04:18 +08:00
[Unit]
Description=DeepLX Service
2023-02-18 20:55:20 +08:00
After=network.target
2023-02-12 10:04:18 +08:00
[Service]
Type=simple
2023-02-18 20:55:20 +08:00
Restart=always
2023-02-12 10:04:18 +08:00
WorkingDirectory=/usr/bin/
ExecStart=/usr/bin/deeplx
[Install]
2023-02-18 20:55:20 +08:00
WantedBy=multi-user.target