1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/modules/services
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
..
amqp Add some more missing uids/gids 2013-08-26 15:20:25 +02:00
audio Fix saving the ALSA sound card state 2013-09-22 21:39:05 +02:00
backup rsnapshot: do not use /etc/rsnapshot.conf 2013-10-06 23:36:07 +02:00
databases firebird service 2013-10-05 23:07:33 +02:00
games strip trailing whitespace; no functional change 2011-09-14 18:20:50 +00:00
hardware Fix spelling 2013-08-26 12:18:26 +02:00
logging Don't set $TZ 2013-04-22 18:56:19 +02:00
mail Add OpenSMTPD service option 2013-07-30 10:20:56 +02:00
misc Make it easier to define timer units for services 2013-10-09 14:28:35 +02:00
monitoring Prettify graphite service 2013-10-03 16:20:48 +02:00
network-filesystems Add services.samba.nsswins option 2013-09-07 15:09:44 +02:00
networking Remove the portmap module 2013-09-26 17:04:07 +02:00
printing cupsd: Use Type=forking 2013-09-26 23:56:38 +02:00
scheduling atd: don't enable at daemon by default 2013-06-01 11:39:09 +02:00
search Add elasticsearch, a powerful open source search and analytics engine 2013-08-27 20:42:59 +02:00
security Fixing handling of parameters with spaces in torsocks/torify 2013-08-24 23:23:48 +02:00
system Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
torrent Add several missing uids and gids to modules/misc/ids.nix 2013-08-23 11:37:17 +02:00
ttys agetty: Add 57600 to the baud rate list. 2013-06-14 17:55:37 +02:00
web-servers adding http_address option to varnish service 2013-10-04 00:24:59 +02:00
x11 kde4: install mysql by default since it's used by akonadi 2013-10-08 17:47:17 +03:00