use /bin/sh for init scripts

This commit is contained in:
Daniel Barlow 2023-04-19 21:41:05 +01:00
parent ad3ef53171
commit 99af416e14
5 changed files with 5 additions and 7 deletions

View file

@ -1,4 +1,4 @@
#!/nix/store/xbdqbi2mscmhl5wcpbgpjdwxbsrvpkil-bash-5.1-p16/bin/sh -e
#!/bin/sh -e
### Things to do *right before* the machine gets rebooted or
### powered off, at the very end of the shutdown sequence,