nixpkgs/nixos/modules/system
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
..
activation specialisation: replace nesting with named configurations 2020-04-12 08:12:50 -04:00
boot systemd: Simplify unit script names 2020-04-17 10:17:46 +03:00
etc environment.etc: fix typo 2020-03-09 12:01:41 +01:00