changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > box / airootfs/etc/systemd/system/choose-mirror.service

changeset 2: 2fafbe22bd34
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 31 May 2024 17:30:09 -0400
permissions: -rw-r--r--
description: init releng
1 [Unit]
2 Description=Choose mirror from the kernel command line
3 ConditionKernelCommandLine=mirror
4 
5 [Service]
6 Type=oneshot
7 ExecStart=/usr/local/bin/choose-mirror
8 
9 [Install]
10 WantedBy=multi-user.target