diff options
| author | Profpatsch <mail@profpatsch.de> | 2016-09-01 00:39:36 +0200 |
|---|---|---|
| committer | Profpatsch <mail@profpatsch.de> | 2016-09-01 00:39:36 +0200 |
| commit | 488f0d9cb362342081ece69e6ef52cd4adf4fa5a (patch) | |
| tree | f51b5512603097fdca734ca2166b0ad9b14b1e2a /pkgs/development/python-modules/GitPython | |
| parent | c4e67a3dc9bf9d592a0c883d0fb124c34eb8378f (diff) | |
systemd-unit-options: startAt can be a list
OnCalendar entrys can be specified multiple times in a systemd timer, to
make more complex scheduling possible.
Tested by manually checking the timer generated by the following:
systemd = {
services.huhu = {
description = "meh";
wantedBy = [ "default.target" ];
serviceConfig.ExecStart = "/bin/sh -c 'printf HUHU!'";
startAt = [ "*:*:0/30" "*:0/1:15" ];
};
};
It prints HUHU to the log at seconds 0, 15 and 30 of each minute.
Diffstat (limited to 'pkgs/development/python-modules/GitPython')
0 files changed, 0 insertions, 0 deletions
