diff options
Diffstat (limited to '')
-rw-r--r-- | systemd/.config/systemd/user.conf | 2 | ||||
-rw-r--r-- | systemd/.config/systemd/user/aria2d.service (renamed from services/aria2d.service) | 0 | ||||
-rw-r--r-- | systemd/.config/systemd/user/ssh-agent.service | 10 | ||||
-rw-r--r-- | systemd/.config/systemd/user/tmux.service | 17 | ||||
-rw-r--r-- | systemd/.config/systemd/user/twmnd.service (renamed from services/twmnd.service) | 0 |
5 files changed, 29 insertions, 0 deletions
diff --git a/systemd/.config/systemd/user.conf b/systemd/.config/systemd/user.conf new file mode 100644 index 0000000..9f9e7b7 --- /dev/null +++ b/systemd/.config/systemd/user.conf @@ -0,0 +1,2 @@ +[Manager] +#DefaultEnvironment="XDG_RUNTIME_DIR=/run/user/1000" "XAUTHORITY=/home/neodarz/.Xauthority" "DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus" diff --git a/services/aria2d.service b/systemd/.config/systemd/user/aria2d.service index 4980e3a..4980e3a 100644 --- a/services/aria2d.service +++ b/systemd/.config/systemd/user/aria2d.service diff --git a/systemd/.config/systemd/user/ssh-agent.service b/systemd/.config/systemd/user/ssh-agent.service new file mode 100644 index 0000000..9428410 --- /dev/null +++ b/systemd/.config/systemd/user/ssh-agent.service @@ -0,0 +1,10 @@ +[Unit] +Description=SSH key agent + +[Service] +Type=simple +Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket +ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK + +[Install] +WantedBy=default.target diff --git a/systemd/.config/systemd/user/tmux.service b/systemd/.config/systemd/user/tmux.service new file mode 100644 index 0000000..1f1bca3 --- /dev/null +++ b/systemd/.config/systemd/user/tmux.service @@ -0,0 +1,17 @@ +[Unit] +Description=tmux default session (detached) +Documentation=man:tmux(1) + +[Service] +Type=forking +Environment=DISPLAY=:0 +ExecStart=/usr/bin/tmux new-session -d + +ExecStop=/home/neodarz/.tmux/plugins/tmux-resurrect/scripts/save.sh +ExecStop=/usr/bin/tmux kill-server +KillMode=none + +RestartSec=2 + +[Install] +WantedBy=default.target diff --git a/services/twmnd.service b/systemd/.config/systemd/user/twmnd.service index 355d8ec..355d8ec 100644 --- a/services/twmnd.service +++ b/systemd/.config/systemd/user/twmnd.service |