diff options
| author | Nippy <nippy@rp1.hu> | 2026-05-10 10:46:33 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-05-10 10:46:33 +0200 |
| commit | 072b36bf0e5a199fe038adffcadd99bbc4ab1dbc (patch) | |
| tree | f77d3f42c78aceeddf286fdc21ef40a65c3df10e /releng/airootfs/etc | |
| parent | d527904cd222b8aecaec496ca2869e9172e74ebc (diff) | |
| download | RaveOS-build-iso-072b36bf0e5a199fe038adffcadd99bbc4ab1dbc.tar.gz RaveOS-build-iso-072b36bf0e5a199fe038adffcadd99bbc4ab1dbc.zip | |
raveos update
Diffstat (limited to 'releng/airootfs/etc')
| -rw-r--r-- | releng/airootfs/etc/systemd/system/chaotic-rankmirrors.service | 11 | ||||
| l--------- | releng/airootfs/etc/systemd/system/multi-user.target.wants/chaotic-rankmirrors.service | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/releng/airootfs/etc/systemd/system/chaotic-rankmirrors.service b/releng/airootfs/etc/systemd/system/chaotic-rankmirrors.service new file mode 100644 index 0000000..d0d3a03 --- /dev/null +++ b/releng/airootfs/etc/systemd/system/chaotic-rankmirrors.service @@ -0,0 +1,11 @@ +[Unit] +Description=Rank Chaotic-AUR mirrors by speed +Wants=network-online.target +After=network-online.target + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/chaotic-rankmirrors + +[Install] +WantedBy=multi-user.target diff --git a/releng/airootfs/etc/systemd/system/multi-user.target.wants/chaotic-rankmirrors.service b/releng/airootfs/etc/systemd/system/multi-user.target.wants/chaotic-rankmirrors.service new file mode 120000 index 0000000..0965d05 --- /dev/null +++ b/releng/airootfs/etc/systemd/system/multi-user.target.wants/chaotic-rankmirrors.service @@ -0,0 +1 @@ +/etc/systemd/system/chaotic-rankmirrors.service
\ No newline at end of file |