issues
search
chlebik
/
rhcsa-practice-questions
RHCSA practice questions for version 7/8
550
stars
231
forks
source link
Add linger enablement step, use redirection to save the config
#22
Closed
mateuszstompor
closed
3 years ago
mateuszstompor
commented
3 years ago
What has been done:
Used redirection instead of
-o
to save service configuration from podman. In the latest version this option is not supported
I've added step of linger enablement. Without it the web server will not be available after a reboot untill the user logs in
Code enclosed in snippets
There was a reference to the user
admin
, I changed all mentiones to
user
for consistency
What has been done:
-o
to save service configuration from podman. In the latest version this option is not supportedadmin
, I changed all mentiones touser
for consistency