From 8a86b310630fab17256339fa18f26d8d5c190199 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 5 Nov 2021 22:52:53 -0400 Subject: Inital commit --- airootfs/etc/systemd/system/reflector.service.d/archiso.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 airootfs/etc/systemd/system/reflector.service.d/archiso.conf (limited to 'airootfs/etc/systemd/system/reflector.service.d') diff --git a/airootfs/etc/systemd/system/reflector.service.d/archiso.conf b/airootfs/etc/systemd/system/reflector.service.d/archiso.conf new file mode 100644 index 0000000..de6664d --- /dev/null +++ b/airootfs/etc/systemd/system/reflector.service.d/archiso.conf @@ -0,0 +1,6 @@ +[Unit] +ConditionKernelCommandLine=!mirror + +[Service] +Restart=on-failure +RestartSec=10 -- cgit v1.2.3