Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2020-09-03 09:10:50 +0300
committernl6720 <nl6720@gmail.com>2020-09-27 19:55:38 +0300
commit9544bbfdf1ab1f1e9ee85c59a61b8d219da3d735 (patch)
tree91db0b245f839d7e559f495ff8ad370e6ed0e227 /configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
parent486b1910dd88315dc16d848cfab372eaf07d1641 (diff)
configs/releng: remove custom reflector.service and use the service provided by the package
archiso specific options are placed in a /etc/systemd/system/reflector.service.d/archiso.conf drop-in.
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf')
-rw-r--r--configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf b/configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
new file mode 100644
index 0000000..de6664d
--- /dev/null
+++ b/configs/releng/airootfs/etc/systemd/system/reflector.service.d/archiso.conf
@@ -0,0 +1,6 @@
+[Unit]
+ConditionKernelCommandLine=!mirror
+
+[Service]
+Restart=on-failure
+RestartSec=10