Merge pull request #18172 from Profpatsch/startAt-type

systemd-unit-options: startAt can be a list
This commit is contained in:
Domen Kožar 2016-09-01 20:44:32 +02:00 committed by GitHub
commit d163882770

View File

@ -309,7 +309,7 @@ in rec {
};
startAt = mkOption {
type = types.str;
type = with types; either str (listOf str);
default = "";
example = "Sun 14:00:00";
description = ''