Skip to content

Commit bffa446

Browse files
authored
Merge pull request ceph#64459 from cbodley/wip-72083
deb/cephadm: add explicit --home for cephadm user Reviewed-by: Adam King <[email protected]> Reviewed-by: Kefu Chai <[email protected]>
2 parents f287d66 + 6fddc83 commit bffa446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/cephadm.postinst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ case "$1" in
2828
adduser --quiet \
2929
--system \
3030
--disabled-password \
31+
--home /var/lib/cephadm \
3132
--shell /bin/bash cephadm 2>/dev/null || true
3233
usermod --comment "cephadm user for mgr/cephadm" cephadm
3334
echo "..done"

0 commit comments

Comments
 (0)