fix: run repo rewriter after upstream proxy update

Rewriter depends on the check of qubes-services and must be run after
/usr/lib/qubes/init/misc-post.sh.
This commit is contained in:
Ben Grande 2024-06-10 19:02:07 +02:00
parent b4de619197
commit 8ae815de71
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -3,8 +3,9 @@
# SPDX-License-Identifier: AGPL-3.0-or-later
[Unit]
Description=Dynamically write repository definitions to be used by apt-cacher-ng
After=qubes-mount-dirs.service
Description=Dynamically write repository definitions for use of apt-cacher-ng
After=qubes-misc-post.service
After=qubes-sysinit.service
Before=qubes-update-check.service
[Service]