summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ax25/axspawn.conf4
-rw-r--r--ax25/axspawn.conf.56
2 files changed, 8 insertions, 2 deletions
diff --git a/ax25/axspawn.conf b/ax25/axspawn.conf
index 5935d34..ee060a9 100644
--- a/ax25/axspawn.conf
+++ b/ax25/axspawn.conf
@@ -43,7 +43,9 @@ home /home/hams
# secure homedirectories (g-rwx)
#secure_home yes
#
-# user shell
+# user's shell (if not configured, it's /bin/bash, or if
+# create_with_useradd is set, useradd uses the shell
+# configured in /etc/default/useradd).
shell /bin/bash
#
# bind user id to callsign for outgoing connects.
diff --git a/ax25/axspawn.conf.5 b/ax25/axspawn.conf.5
index cb33d9a..8b2e64b 100644
--- a/ax25/axspawn.conf.5
+++ b/ax25/axspawn.conf.5
@@ -79,7 +79,11 @@ home /home/hams
.br
#
.br
-# user's shell
+# user's shell (if not configured, it's /bin/bash, or if
+.br
+# create_with_useradd is set, useradd uses the shell
+.br
+# configured in /etc/default/useradd).
.br
shell /bin/bash
.br