fix(os): Enable reflector.timer unit (#3)

This commit is contained in:
hygienic-books 2023-10-20 19:03:40 +02:00
parent 7a07b18156
commit 4cebd834de

View File

@ -675,7 +675,7 @@ function configure_dns () {
function configure_reflector () {
#3.5
systemctl enable 'reflector' --root='/mnt'
systemctl enable 'reflector.service' 'reflector.timer' --root='/mnt'
}
function configure_zfs () {