summarylogtreecommitdiffstats
path: root/nexus-oss.service
blob: d1225671c180d2d15e39c9db600ee628a696be74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[Unit]
Description=Nexus 3 Repository OSS
After=network.target

[Service]
Type=forking
LimitNPROC=65536
LimitNOFILE=65536
User=nexus
Group=nexus
ExecStart=/usr/lib/nexus-oss/bin/nexus start
ExecStop=/usr/lib/nexus-oss/bin/nexus stop
Restart=on-abort

[Install]
WantedBy=multi-user.target