summarylogtreecommitdiffstats
path: root/onos.install
diff options
context:
space:
mode:
Diffstat (limited to 'onos.install')
-rw-r--r--onos.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/onos.install b/onos.install
index c15f62e918e8..1d7d09069a42 100644
--- a/onos.install
+++ b/onos.install
@@ -3,7 +3,7 @@ post_install() {
groupadd sdn --system
fi
if ! getent passwd sdn >/dev/null; then
- useradd -c 'ONOS user' -g sdn -d '/opt/onos' -s /bin/bash sdn --system
+ useradd -c 'SDN/ONOS daemon user' -g sdn -d '/opt/onos' -s /bin/bash sdn --system
fi
chown -R sdn:sdn '/opt/onos'