| # /etc/lightdm/lightdm.conf.d/99-myfile.conf | |
| [Seat:*] | |
| session-cleanup-script=testing-logoff-script2 |
| # /usr/local/bin/testing-logoff-script2 | |
| #!/bin/bash | |
| echo "`date`: ---------------- running logoff script ----------------" >> "$HOME"/test-logoff-script.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment