blob: b3e48479e8c13d807bf43e6ec0516e11768d7912 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# SPDX-License-Identifier: GPL-3.0-or-later
[Unit]
Description=Choose mirror from the kernel command line
ConditionKernelCommandLine=mirror
[Service]
Type=oneshot
ExecStart=/usr/local/bin/choose-mirror
[Install]
WantedBy=multi-user.target
|