[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.
This commit is contained in:
Tom Willemse 2022-03-01 19:06:43 -08:00
parent d6753c5198
commit 4f2f741660

View file

@ -3,7 +3,7 @@ Description=Save specific environment variables
[Service] [Service]
Type=oneshot 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] [Install]
WantedBy=default.target WantedBy=default.target