diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-03-13 12:33:48 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-03-13 12:33:48 +0100 |
commit | 9fef601a9b47a05b46f1ba829f36db50842d420a (patch) | |
tree | 26c3cd2025856304939b72b0965c66c7d09e7bef /.config | |
parent | d4645d2c48434ba7210921a7a170596fb987db03 (diff) |
[gammastep] fix systemd service
Diffstat (limited to '.config')
-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/bootstrap | 2 |
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" |