increase the nexus service max file descriptors and its restart mode
This commit is contained in:
parent
803e228518
commit
0d1355d258
|
|
@ -74,7 +74,8 @@ User=nexus
|
||||||
Group=nexus
|
Group=nexus
|
||||||
ExecStart=/opt/nexus/bin/nexus run
|
ExecStart=/opt/nexus/bin/nexus run
|
||||||
WorkingDirectory=/opt/nexus
|
WorkingDirectory=/opt/nexus
|
||||||
Restart=always
|
Restart=on-abort
|
||||||
|
LimitNOFILE=65536
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue