mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
- Merge backports functionality into upgrades module. - No need to enable systemd timer as dh_installsystemd automatically enables this during package installation and upgrade. - Use https:// and deb.debian.org for repository checking. When using Tor for package installations request the URL via Tor. - Make daily checking service more generic for all kind of future apt repository updates. - Force removal of repository file during purge to avoid failures. - Don't add contrib/non-free as backports is intended to be enabled for just the freedombox package and it is free. When the need arises, we can introduce contrib/non-free. This also eliminates an issue that adding these components doesn't work without the usage of tor. - Allow generate apt preferences file to avoid lintian complaining about its presence. Remove on purge. - Add unattended upgrades origin pattern to allow it to upgrade from backports repositories. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
28 lines
873 B
SYSTEMD
28 lines
873 B
SYSTEMD
#
|
|
# This file is part of FreedomBox.
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU Affero General Public License as
|
|
# published by the Free Software Foundation, either version 3 of the
|
|
# License, or (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU Affero General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU Affero General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
|
|
[Unit]
|
|
Description=FreedomBox: Daily check for setting up software repositories
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=12h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|