Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nixos/cron: Fix ShellCheck issue in preStart script
Fixes the following warning when setting `systemd.enableStrictShellChecks = true`: > SC2174 (warning): When used with -p, -m only applies to the deepest > directory. Since it could conceivably be possible for `/var` to not exist when running this script, the fix also explicitly tries to create /var with the normal 0755 permissions.
- Loading branch information