blob: 1e4d771dec33f5f5a00603dd5b6c56644f252de2 (
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=/etc/systemd/scripts/choose-mirror
[Install]
WantedBy=multi-user.target
|