dotfiles/systemd/.config/systemd/user/save-environment-variables@.service
Tom Willemse 4f2f741660 [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.
2022-03-01 19:06:43 -08:00

9 lines
301 B
Desktop File

[Unit]
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 INFOPATH EMACSLOADPATH
[Install]
WantedBy=default.target