summaryrefslogtreecommitdiff
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
parentd4645d2c48434ba7210921a7a170596fb987db03 (diff)
[gammastep] fix systemd service
-rw-r--r--.config/gammastep/systemd/gammastep-user@.service (renamed from .config/gammastep/systemd/gammastep-user.service)0
-rwxr-xr-x.config/yadm/scripts/bootstrap/gammastep/bootstrap2
2 files changed, 1 insertions, 1 deletions
diff --git a/.config/gammastep/systemd/gammastep-user.service b/.config/gammastep/systemd/gammastep-user@.service
index 65aefcf..65aefcf 100644
--- a/.config/gammastep/systemd/gammastep-user.service
+++ b/.config/gammastep/systemd/gammastep-user@.service
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"