1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/dumb_runtime_dir/dumb_runtime_dir.post-install
2022-06-05 15:54:21 +00:00

9 lines
282 B
Bash

#!/bin/sh
# Taken from the README.md but modified to say login instead of system-login
# since system-login does not work
cat << EOF
*
* To enable the pam module, add the following recommended configuration to /etc/pam.d/login:
* session optional pam_dumb_runtime_dir.so
*
EOF