Skip to content

Commit e22ea80

Browse files
committed
Move nexus homedir to /var/lib/nexus
1 parent 783fa80 commit e22ea80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbooks/boxcutter_users/libraries/default.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ class Users
5353
},
5454
'nexus' => {
5555
'uid' => 696,
56+
'home' => '/var/lib/nexus',
57+
'shell' => '/usr/sbin/nologin',
5658
},
5759
# # Start phasing out language-specific UIDs
5860
# 'java' => {

0 commit comments

Comments
 (0)