/etc/syslogout.d/00Standard.bash is in syslogout 0.3.8.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # This here is for any settings you want. If the contents
# become too abundant consider separating them into single
# modules. Please do read "/usr/share/doc/syslogout/README.usage"
# for further information. Sample modules can be found in the
# samples subdirectory "/usr/share/doc/syslogout/examples/".
# Might be handy for script debugging:
#if [ ! -d /var/tmp/syslogout ]; then
# mkdir -m 1777 /var/tmp/syslogout
# touch /var/tmp/syslogout/$USER
# chmod 600 /var/tmp/syslogout/$USER
#else
# touch /var/tmp/syslogout/$USER
# chmod 600 /var/tmp/syslogout/$USER
#fi
|