aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xwayland/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/install.sh b/wayland/install.sh
index 00e86c9..2e9fe03 100755
--- a/wayland/install.sh
+++ b/wayland/install.sh
@@ -4,7 +4,7 @@ printf "%s: Installing services\n" "$0"
for pkgname in physlock wl-mpris-idle-inhibit; do
if command -v "$pkgname" >/dev/null; then
- systemctl --user enable --now --no-block $pkgname.service
+ systemctl --user enable --no-block $pkgname.service
else
printf "%s: $pkgname not found, skipping...\n" "$0"
fi