11 lines
197 B
SYSTEMD
11 lines
197 B
SYSTEMD
|
[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
|