mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-29 10:10:19 +00:00
None of the files are installed into /etc/. They will unconditionally override older versions of themselves. They are not likely to cause any configuration file prompts. Reviewed-by: Veiko Aasa <veiko17@disroot.org>
13 lines
222 B
SYSTEMD
13 lines
222 B
SYSTEMD
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=FreedomBox: Daily check for setting up software repositories
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=12h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|