1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
nixpkgs/modules
Eelco Dolstra 36079454e5 Make it easier to define timer units for services
Systemd services now have a startAt attribute.  If set, NixOS will
automatically emit a timer unit that causes the service to start at
the specified time.  For example:

  systemd.services.foo =
    { script = "... bla bla ...";
      startAt = "02:15";
    };

causes the given script to be started at 02:15 every day.
2013-10-09 14:28:35 +02:00
..
config
hardware
installer
misc
profiles
programs Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
security
services Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
system Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
tasks
testing
virtualisation
module-list.nix
rename.nix