-
Bug
-
Resolution: Done
-
Major
-
RH134 - RHEL9.0-en-3-20220914
-
11
-
en-US (English)
URL:
Reporter RHNID:
Section: 7 -
Language: en-US (English)||||||||
Workaround:
Description: In ch11s07 "Manage Containers as System Services", heading "Requirements for systemd User Services", first example using "sudo useradd appdev-adm":
[user@host ~]$ sudo useradd appdev-adm myapp.service [user@host ~]$ sudo passwd appdev-adm Changing password for user appdev-adm. New password: redhat BAD PASSWORD: The password is shorter than 8 characters Retype new password: redhat passwd: all authentication tokens updated successfully.
What is myapp.service and why is it part of the output of sudo useradd appdev-adm?