diff --git a/systemd/user/profile.service b/systemd/user/profile.service index e882948..22b8e82 100644 --- a/systemd/user/profile.service +++ b/systemd/user/profile.service @@ -4,7 +4,7 @@ Before=graphical-session-pre.target [Service] Type=oneshot -ExecStart=/usr/bin/bash -c '. $HOME/.config/dotfiles/profile && systemctl --user import-environment' +ExecStart=/bin/sh -c '. $HOME/.config/dotfiles/profile && systemctl --user import-environment' [Install] WantedBy=basic.target