10 lines
197 B
Desktop File
10 lines
197 B
Desktop File
[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
|