summaryrefslogtreecommitdiff
path: root/configs/releng/root-image/etc/systemd/system/choose-mirror.service
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-09-03 16:20:57 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-03 16:20:57 -0300
commitfd3ccb1d3ea53e5da96473558b6c2457ae8affa5 (patch)
tree8e55162ca8cab8a859d269275528c7411a90ef5d /configs/releng/root-image/etc/systemd/system/choose-mirror.service
Update profile releng
Diffstat (limited to 'configs/releng/root-image/etc/systemd/system/choose-mirror.service')
-rw-r--r--configs/releng/root-image/etc/systemd/system/choose-mirror.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/releng/root-image/etc/systemd/system/choose-mirror.service b/configs/releng/root-image/etc/systemd/system/choose-mirror.service
new file mode 100644
index 0000000..1e4d771
--- /dev/null
+++ b/configs/releng/root-image/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