OSDN Git Service

Initial commit
[rebornos/cnchi-gnome-osdn.git] / airootfs / etc / systemd / system / choose-mirror.service
1 [Unit]
2 Description=Choose mirror from the kernel command line
3 ConditionKernelCommandLine=mirror
4
5 [Service]
6 Type=oneshot
7 ExecStart=/etc/systemd/scripts/choose-mirror
8
9 [Install]
10 WantedBy=multi-user.target