summaryrefslogtreecommitdiff
path: root/configs/mate/root-image/etc/systemd/system/choose-mirror.service
diff options
context:
space:
mode:
authorJorginho <jorginho@lavabit.com>2015-09-09 20:51:01 +0200
committerJorginho <jorginho@lavabit.com>2015-09-09 20:51:01 +0200
commit8d140ce60ae05caa0d0c262fc33a4e26540abbc9 (patch)
treedba88688162ae2df0a2d4d780007c8d12833762c /configs/mate/root-image/etc/systemd/system/choose-mirror.service
parentb4e9cd552ddb482a24bc817da6581b8ff74200f0 (diff)
Change X11/icewm for Mate desktop
Diffstat (limited to 'configs/mate/root-image/etc/systemd/system/choose-mirror.service')
-rw-r--r--configs/mate/root-image/etc/systemd/system/choose-mirror.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/mate/root-image/etc/systemd/system/choose-mirror.service b/configs/mate/root-image/etc/systemd/system/choose-mirror.service
new file mode 100644
index 0000000..1e4d771
--- /dev/null
+++ b/configs/mate/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