We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5ec25b commit 92911e4Copy full SHA for 92911e4
1 file changed
modules/share-extra/airootfs.any/root/customize_airootfs_share-extra.sh
@@ -37,7 +37,7 @@ _systemd_service enable systemd-timesyncd.service
37
# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/923
38
for _service in "pipewire.service" "pipewire-pulse.service"; do
39
#if systemctl --user --global cat "${_service}" 1> /dev/null 2>&1; then
40
- if (( "$(suystemctl --user --global list-unit-files "${_service}" | wc -l)" > 3 )); then
+ if (( "$(systemctl --user --global list-unit-files "${_service}" | wc -l)" > 3 )); then
41
systemctl --user --global enable "${_service}"
42
fi
43
done
0 commit comments