aboutsummaryrefslogtreecommitdiffstats
path: root/systemd
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-03-01 19:06:43 -0800
committerGravatar Tom Willemse2022-03-01 19:06:43 -0800
commit4f2f741660e39e8fd87655ebaf7efa4565ead0dc (patch)
tree543f4f1f157161b8af0baa7b1da222aa63171948 /systemd
parentd6753c51987975d90c2c9a217c68461084008753 (diff)
downloadnew-dotfiles-4f2f741660e39e8fd87655ebaf7efa4565ead0dc.tar.gz
new-dotfiles-4f2f741660e39e8fd87655ebaf7efa4565ead0dc.zip
[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.
Diffstat (limited to 'systemd')
-rw-r--r--systemd/.config/systemd/user/save-environment-variables@.service2
1 files changed, 1 insertions, 1 deletions
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