From 4f2f741660e39e8fd87655ebaf7efa4565ead0dc Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 1 Mar 2022 19:06:43 -0800 Subject: [emacs] Include more variables for my Emacs service This service has been superseded by my shepherd service, but I'll keep it around in case I want to switch back. --- systemd/.config/systemd/user/save-environment-variables@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemd/.config') diff --git a/systemd/.config/systemd/user/save-environment-variables@.service b/systemd/.config/systemd/user/save-environment-variables@.service index 0ecc75b..e5fb983 100644 --- a/systemd/.config/systemd/user/save-environment-variables@.service +++ b/systemd/.config/systemd/user/save-environment-variables@.service @@ -3,7 +3,7 @@ Description=Save specific environment variables [Service] Type=oneshot -ExecStart=/home/chelys/usr/bin/save-environment-variables %h/.config/systemd/user/%i.service.d/env.conf PATH XDG_CONFIG_HOME XDG_DATA_HOME DBUS_SESSION_BUS_ADDRESS +ExecStart=/home/chelys/usr/bin/save-environment-variables %h/.config/systemd/user/%i.service.d/env.conf PATH XDG_CONFIG_HOME XDG_DATA_HOME DBUS_SESSION_BUS_ADDRESS INFOPATH EMACSLOADPATH [Install] WantedBy=default.target -- cgit v1.2.3-54-g00ecf