We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf3bd1 commit af80a65Copy full SHA for af80a65
debian/postinst
@@ -7,7 +7,7 @@ SRV_NAME="dbus2http"
7
8
if ! id -u "${USER_NAME}" >/dev/null 2>&1; then
9
echo "Creating user ${USER_NAME} for ${SRV_NAME}..." >&2
10
- useradd -r -s "${USER_SHELL}" -M -U -c "User of service ${SRV_NAME}" "${USER_NAME}"
+ useradd -r -s "${USER_NAME}" -M -U -c "User of service ${SRV_NAME}" "${USER_NAME}"
11
fi
12
13
chown ${USER_NAME}:${USER_NAME} /opt/cosmos/lib/systemd/system/${SRV_NAME}.service
0 commit comments