summaryrefslogtreecommitdiff
path: root/.config/yadm/scripts
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-03-13 12:33:48 +0100
committerDaniel Weipert <git@mail.dweipert.de>2024-03-13 12:33:48 +0100
commit9fef601a9b47a05b46f1ba829f36db50842d420a (patch)
tree26c3cd2025856304939b72b0965c66c7d09e7bef /.config/yadm/scripts
parentd4645d2c48434ba7210921a7a170596fb987db03 (diff)
[gammastep] fix systemd service
Diffstat (limited to '.config/yadm/scripts')
-rwxr-xr-x.config/yadm/scripts/bootstrap/gammastep/bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/yadm/scripts/bootstrap/gammastep/bootstrap b/.config/yadm/scripts/bootstrap/gammastep/bootstrap
index d3cedd1..7e023e2 100755
--- a/.config/yadm/scripts/bootstrap/gammastep/bootstrap
+++ b/.config/yadm/scripts/bootstrap/gammastep/bootstrap
@@ -5,7 +5,7 @@ sudo pacman -Sy gammastep
if [[ -f "$HOME/.password-store/latitude.gpg" ]]; then
sudo ln -s "$HOME/.config/gammastep/systemd/gammastep-user@.service" /etc/systemd/user/
- systemctl --user enable "gammastep-user$(pass latitude):$(pass longitude)" --now
+ systemctl --user enable "gammastep-user@$(pass latitude):$(pass longitude)" --now
else
echo "[gammastep] setup pass and insert latitude and longitude first to enable the service unit."
echo "[gammastep] press Enter to acknowledge"