blob: b6a3562a62fb3869a5a8bca0a8cd48653f08c553 (
plain)
1
2
3
4
5
6
7
8
9
10
|
[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
|