diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-01-17 14:11:18 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-01-17 14:11:56 +0100 |
commit | 0d10fdb0d249cafca03f30a8f00d2a943644436e (patch) | |
tree | 2ad0536825e7c3c1b71165b0ebaf92a6b728113f | |
parent | 0ab3bdbbabef111683c84f53d68027197a149c19 (diff) | |
download | itzks-systems-0d10fdb0d249cafca03f30a8f00d2a943644436e.tar.gz itzks-systems-0d10fdb0d249cafca03f30a8f00d2a943644436e.tar.bz2 itzks-systems-0d10fdb0d249cafca03f30a8f00d2a943644436e.zip |
Sitesummary: Make sure sitesummary runs in the first minute after system boot. Otherwise it blocks unattended-upgrades run from anacron.
-rw-r--r-- | debian/itzks-systems-common.install | 1 | ||||
-rw-r--r-- | etc/sitesummary/config.d/01itzksconf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/itzks-systems-common.install b/debian/itzks-systems-common.install index a0eb94a..8f6de5f 100644 --- a/debian/itzks-systems-common.install +++ b/debian/itzks-systems-common.install @@ -1,5 +1,6 @@ etc/debian-edu/* etc/debian-edu/ etc/network/* etc/network/ +etc/sitesummary/* etc/sitesummary/ etc/apt/* etc/apt/ etc/cron.d/itzks-systems-common etc/firefox-esr/* etc/firefox-esr/ diff --git a/etc/sitesummary/config.d/01itzksconf b/etc/sitesummary/config.d/01itzksconf new file mode 100644 index 0000000..95d9f51 --- /dev/null +++ b/etc/sitesummary/config.d/01itzksconf @@ -0,0 +1 @@ +runsleep=60 |