This repository has been archived on 2022-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
dot-files/.config/systemd/user
Collin J. Doering cff91a9110 Pass environment variables from shell to systemd
Instead of having the systemd user units in .config/systemd/user/ who's
programs require access to a environment variable to define them
explicitly using "Environment = 'VAR=value'". Instead from .bashrc and
.zshrc we can import all environment variables using "systemctl --user
import-environment" or import variables individually like so "systemctl
--user import-environment VAR_NAME".

Here I import (using the method above) both $PATH and $SMLNJ_HOME so
that they can be used by emacs (and maybe some other
program/systemd-user-unit I have forgotten).

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
2015-01-14 05:12:43 -05:00
..
dunst.service Various minor changes 2015-01-14 05:12:43 -05:00
emacs.service Pass environment variables from shell to systemd 2015-01-14 05:12:43 -05:00
mpd.service Did a variety of changes documented by file below; 2015-01-14 05:12:43 -05:00
mpd.socket Did a variety of changes documented by file below; 2015-01-14 05:12:43 -05:00
tmux.service Merged missed files (due to not being hard linked) 2015-01-14 05:12:43 -05:00
trayer.service Some major revisions as i have recently replaced my desktop. Namely: 2015-01-14 05:12:43 -05:00
udiskie.service Some major revisions as i have recently replaced my desktop. Namely: 2015-01-14 05:12:43 -05:00
unclutter.service Pass environment variables from shell to systemd 2015-01-14 05:12:43 -05:00
urxvtd.service Some major revisions as i have recently replaced my desktop. Namely: 2015-01-14 05:12:43 -05:00
xbindkeys.service Pass environment variables from shell to systemd 2015-01-14 05:12:43 -05:00
xcompmgr.service Various changes to systemd files 2015-01-14 05:12:43 -05:00
xscreensaver.service Pass environment variables from shell to systemd 2015-01-14 05:12:43 -05:00