[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:
parent
d6753c5198
commit
4f2f741660
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue