mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-28 08:59:32 -05:00
8ae815de71
Rewriter depends on the check of qubes-services and must be run after /usr/lib/qubes/init/misc-post.sh.
17 lines
403 B
Desktop File
17 lines
403 B
Desktop File
# SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
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]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/apt-cacher-ng-repo
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|