mirror of
https://github.com/BioArchLinux/iso.git
synced 2025-03-10 06:14:01 +00:00
11 lines
198 B
Desktop File
11 lines
198 B
Desktop File
[Unit]
|
|
Description=Choose mirror from the kernel command line
|
|
ConditionKernelCommandLine=mirror
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/local/bin/select-mirror
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|