0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-19 00:20:32 +03:00
nixpkgs/nixos/modules/services/misc/taskserver
Adam Dinwoodie 86b0031b6b nixos/taskserver: fix systemd shellcheck warning
The taskserver-init systemd unit fails to build with
systemd.enableStrictShellChecks enabled, due to using the potentially
unsafe `mkdir -m`.  Fix that by moving directory creation out to
systemd.tmpfiles.

(cherry picked from commit 465ffab65d)
2024-12-31 12:46:29 +00:00
..
default.md doc: mention Taskwarrior 3 in taskserver module docs & in release notes 2024-08-14 08:06:11 +03:00
default.nix nixos/taskserver: fix systemd shellcheck warning 2024-12-31 12:46:29 +00:00
helper-tool.py