system-manager/src
Michal Sojka cb56e9662a
Fix pre-popopulate script name (#99)
Running

    nix run 'github:numtide/system-manager' -- --target-host XXX pre-populate --flake .

fails with the following error:

    bash: line 1: /nix/store/mij0x8wba9baq05863shk7hbdw39azvr-system-manager/bin/pre-populate: No such file or directory

The reason is that the script has no dash in its name (see
fe08568d4a/nix/modules/default.nix (L175)).
This commit fixes the problem.
2024-06-30 16:22:59 +02:00
..
activate Provide an implementation for systemd-tmpfiles. 2023-10-12 11:16:37 +02:00
systemd Add auto-generated DBus bindings. 2023-02-03 15:58:42 +00:00
activate.rs Provide an implementation for systemd-tmpfiles. 2023-10-12 11:16:37 +02:00
lib.rs Rename generate to register and make the activate subcommand hidden. 2023-06-06 01:25:57 +02:00
main.rs Fix pre-popopulate script name (#99) 2024-06-30 16:22:59 +02:00
register.rs Add debug output showing the nix commands being run. 2023-10-12 12:20:51 +02:00
systemd.rs Fix reload for services without reload functionality. 2023-06-29 17:10:39 +02:00