Compare commits

...

2 Commits

Author SHA1 Message Date
Ron Waldon-Howe
e62f1fb3bf
Merge 6692d1e384 into f9fe86ee3e 2024-07-10 06:38:58 +02:00
Ron Waldon-Howe
6692d1e384
fix(niri-session)!: no longer import all environment variables into dbus/systemd
fixes #254
2024-03-12 20:12:54 +11:00

View File

@ -20,17 +20,6 @@ fi
# Reset failed state of all user units.
systemctl --user reset-failed
# Import the login manager environment.
systemctl --user import-environment
# DBus activation environment is independent from systemd. While most of
# dbus-activated services are already using `SystemdService` directive, some
# still don't and thus we should set the dbus environment with a separate
# command.
if hash dbus-update-activation-environment 2>/dev/null; then
dbus-update-activation-environment --all
fi
# Start niri and wait for it to terminate.
systemctl --user --wait start niri.service