Skip to content

Commit 4356581

Browse files
authored
Update deeplx.service
1 parent f8a41de commit 4356581

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

deeplx.service

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[Unit]
22
Description=DeepLX Service
3-
After=network.target nss-lookup.target
4-
Wants=network.target
3+
After=network.target
54

65
[Service]
7-
User=root
8-
Group=root
96
Type=simple
7+
Restart=always
108
WorkingDirectory=/usr/bin/
119
ExecStart=/usr/bin/deeplx
1210

1311
[Install]
14-
WantedBy=multi-user.target
12+
WantedBy=multi-user.target

0 commit comments

Comments
 (0)