summarylogtreecommitdiffstats
path: root/nexus-oss.service
blob: bd05138247fa6826812bd1a65ba2954952b8bbcb (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 stop
Restart=on-abort

[Install]
WantedBy=multi-user.target