From 3d68b5f7a8f36f9f5718f7fc28e17dcd97129808 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sat, 14 Dec 2024 22:31:14 +0100 Subject: [PATCH] Add: reflector config --- .../etc/systemd/system/reflector.service.d/archiso.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 archlive/airootfs/etc/systemd/system/reflector.service.d/archiso.conf diff --git a/archlive/airootfs/etc/systemd/system/reflector.service.d/archiso.conf b/archlive/airootfs/etc/systemd/system/reflector.service.d/archiso.conf new file mode 100644 index 0000000..de6664d --- /dev/null +++ b/archlive/airootfs/etc/systemd/system/reflector.service.d/archiso.conf @@ -0,0 +1,6 @@ +[Unit] +ConditionKernelCommandLine=!mirror + +[Service] +Restart=on-failure +RestartSec=10