about summary refs log tree commit diff
path: root/shutdown.d
Commit message (Collapse)AuthorAgeFilesLines
* shutdown.d/90-kexec.sh: check for +x bit on noexec mounts properlyLeah Neukirchen2023-06-151-1/+4
| | | | | | | | The fix in 79675bcb1a was insufficient, as test -x doesn't work on noexec mount (which /run often is), due to using access(X_OK) and not checking the actual stat. Use find instead. Found and fixed by feranur.
* shutdown.d/90-kexec.sh: only try to run kexec on rebootPhilipp David2023-04-131-1/+1
|
* Split run-level 3 script into separate files.Bas Ploeger2023-01-099-0/+42