diff options
Diffstat (limited to 'configs/releng/airootfs/etc/systemd/system/choose-mirror.service')
-rw-r--r-- | configs/releng/airootfs/etc/systemd/system/choose-mirror.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/airootfs/etc/systemd/system/choose-mirror.service b/configs/releng/airootfs/etc/systemd/system/choose-mirror.service index 1e4d771..b6a3562 100644 --- a/configs/releng/airootfs/etc/systemd/system/choose-mirror.service +++ b/configs/releng/airootfs/etc/systemd/system/choose-mirror.service @@ -4,7 +4,7 @@ ConditionKernelCommandLine=mirror [Service] Type=oneshot -ExecStart=/etc/systemd/scripts/choose-mirror +ExecStart=/usr/local/bin/choose-mirror [Install] WantedBy=multi-user.target |