nixpkgs/nixos/modules/system/boot
Kirill Elagin 5822d03851 systemd: Simplify unit script names
Current journal output from services started by `script` rather than
`ExexStart` is unreadable because the name of the file (which journalctl
records and outputs) quite literally takes 1/3 of the screen (on smaller
screens).

Make it shorter. In particular:

* Drop the `unit-script` prefix as it is not very useful.
* Use `writeShellScriptBin` to write them because:
  * It has a `checkPhase` which is better than no checkPhase.
  * The script itself ends up having a short name.
2020-04-17 10:17:46 +03:00
..
loader Merge pull request #81848 from grahamc/nested-specialisation 2020-04-12 08:56:11 -04:00
binfmt.nix
emergency-mode.nix
grow-partition.nix
initrd-network.nix nixos/initrd-network: always run postCommands 2020-02-08 14:57:49 +01:00
initrd-ssh.nix nixos/initrd-ssh: fix typo in docs 2020-04-11 16:19:48 +01:00
kernel_config.nix
kernel.nix Merge pull request #80114 from rnhmjoj/initrd 2020-03-16 20:04:24 +02:00
kexec.nix
luksroot.nix
modprobe.nix
networkd.nix nixos/networkd: respect systemd.network.links also with disabled systemd-networkd 2020-03-19 14:15:32 +01:00
pbkdf2-sha512.c
plymouth.nix
resolved.nix
shutdown.nix
stage-1-init.sh
stage-1.nix nixos/stage-1: check secret paths before copying 2020-04-11 16:42:47 +01:00
stage-2-init.sh
stage-2.nix
systemd-lib.nix nixos/systemd-nspawn: disallow multiple packages with .nspawn-units 2020-04-04 21:11:21 +02:00
systemd-nspawn.nix nixos/systemd-nspawn: disallow multiple packages with .nspawn-units 2020-04-04 21:11:21 +02:00
systemd-unit-options.nix
systemd.nix systemd: Simplify unit script names 2020-04-17 10:17:46 +03:00
timesyncd.nix
tmp.nix