1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 09:20:58 +03:00
nixpkgs/nixos/modules/services/scheduling
Victor Engmark 361c7f79b7
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.
2025-01-04 18:07:52 +01:00
..
atd.nix treewide: format all inactive Nix files 2024-12-10 20:26:33 +01:00
cron.nix nixos/cron: Fix ShellCheck issue in preStart script 2025-01-04 18:07:52 +01:00
fcron.nix treewide: format all inactive Nix files 2024-12-10 20:26:33 +01:00
scx.nix nixos/scx: add new schedulers 2024-12-08 23:32:45 +05:30