nexus-oss java11

This commit is contained in:
nyyu 2020-09-06 14:16:54 +02:00
parent 5bb948e82d
commit 1a488e0e73
11 changed files with 200 additions and 0 deletions

View 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