nexus-oss java11
This commit is contained in:
parent
5bb948e82d
commit
1a488e0e73
11 changed files with 200 additions and 0 deletions
16
nexus-oss/nexus-oss.service
Normal file
16
nexus-oss/nexus-oss.service
Normal file
|
@ -0,0 +1,16 @@
|
|||
[Unit]
|
||||
Description=Nexus 3 Repository OSS
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
LimitNOFILE=65536
|
||||
User=nexus
|
||||
Group=nexus
|
||||
ExecStart=/usr/bin/nexus-oss start
|
||||
ExecStop=/usr/bin/nexus-oss stop
|
||||
Restart=on-abort
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue