Merge pull request #18172 from Profpatsch/startAt-type
systemd-unit-options: startAt can be a list
Domen Kožar 9 years ago d1638827 b9b5fccc
··· 309 309 }; 310 310 311 311 startAt = mkOption { 312 312 - type = types.str; 312 312 + type = with types; either str (listOf str); 313 313 default = ""; 314 314 example = "Sun 14:00:00"; 315 315 description = ''