summarylogtreecommitdiffstats
path: root/nexus-oss.service
blob: ed0fb0d1e03055f638529f4f67e0176cb6ede57c (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
LimitNOFILE=65536
User=nexus
Group=nexus
ExecStart=/usr/bin/nexus-oss start
ExecStop=/usr/bin/nexus-oss start
Restart=on-abort

[Install]
WantedBy=multi-user.target