From acd25c913bface483531140e363923f49c5fef8d Mon Sep 17 00:00:00 2001 From: David P Date: Sun, 27 Sep 2020 17:35:34 -0300 Subject: configs/releng: remove custom reflector.service and use the service provided by the package parabolaiso specific options are placed in a /etc/systemd/system/reflector.service.d/parabolaiso.conf drop-in. NM dispatcher script now simplified to look similar to its systemd counterpart Signed-off-by: David P --- .../etc/systemd/system/reflector.service.d/parabolaiso.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf (limited to 'configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf') diff --git a/configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf b/configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf new file mode 100644 index 0000000..de6664d --- /dev/null +++ b/configs/talkingparabola/airootfs/etc/systemd/system/reflector.service.d/parabolaiso.conf @@ -0,0 +1,6 @@ +[Unit] +ConditionKernelCommandLine=!mirror + +[Service] +Restart=on-failure +RestartSec=10 -- cgit v1.2.2