From 7646f26e425b0997818c450543b9bf5c70b6a26e Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 26 Oct 2015 17:50:31 +0100 Subject: initial commit Signed-off-by: Florian Pritz --- airootfs/etc/systemd/system/choose-mirror.service | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 airootfs/etc/systemd/system/choose-mirror.service (limited to 'airootfs/etc/systemd/system/choose-mirror.service') diff --git a/airootfs/etc/systemd/system/choose-mirror.service b/airootfs/etc/systemd/system/choose-mirror.service new file mode 100644 index 0000000..1e4d771 --- /dev/null +++ b/airootfs/etc/systemd/system/choose-mirror.service @@ -0,0 +1,10 @@ +[Unit] +Description=Choose mirror from the kernel command line +ConditionKernelCommandLine=mirror + +[Service] +Type=oneshot +ExecStart=/etc/systemd/scripts/choose-mirror + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-24-g4f1b