Skip to content

Commit

Permalink
Update READme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
legah2045 authored Nov 28, 2021
1 parent 879023c commit 98e0671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nexus-installation/READme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,10 @@ sudo chmod -R 775 /opt/nexus
sudo chmod -R 775 /opt/sonatype-work
```
## Open /opt/nexus/bin/nexus.rc file and uncomment run_as_user parameter and set as nexus user.
## # change from #run_as_user="" to [ run_as_user="nexus" ]

```sh
vi /opt/nexus/bin/nexus.rc
# change from #run_as_user="" to run_as_user="nexus"
```

## CONFIGURE NEXUS TO RUN AS A SERVICE
Expand Down

0 comments on commit 98e0671

Please sign in to comment.