From 941a0a0ff04c00a8725b3e776cf0f8abd6a573b2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 16 Oct 2022 15:33:50 -0300 Subject: [PATCH] zprofile: Permitir que runsvdir logee --- .zprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zprofile b/.zprofile index 4aa6b6d..f0dffe7 100755 --- a/.zprofile +++ b/.zprofile @@ -8,7 +8,7 @@ if ! "$REMOTE" && test "$(tty)" = /dev/tty1; then mkdir -p "$HOME/.local/share/sway" log="$HOME/.local/share/sway/$(date +%Y-%m-%d@%H:%M:%S).log" - pgrep -U "$(id -u)" runsv >/dev/null || (nohup runsvdir ~/.local/share/service >/dev/null &; disown) + pgrep -U "$(id -u)" runsv >/dev/null || (nohup runsvdir ~/.local/share/service ............. >/dev/null &; disown) exec env \ XDG_RUNTIME_DIR="$XDG_RUNTIME_DIR" \