7 units
=('arch-persistent-settings.service'
12 [[ "$USELVM" = yes ]] && units
+=("lvm.service")
14 /bin
/systemctl
enable "${units[@]}"
18 # we do this here explicitly so that there isn't a lagtime of an extra reboot
19 # before the gluework to /etc/rc.conf goes into effect
20 /lib
/systemd
/arch-persistent-settings
24 if ps
-C systemd
>/dev
/null
2>&1; then
25 /bin
/systemctl daemon-reload
32 if ps
-C systemd
>/dev
/null
2>&1; then
33 /bin
/systemctl disable
"${units[@]}"
34 /bin
/systemctl daemon-reload
43 rm -f /etc
/{modprobe
,modules-load
}.d
/rc.conf