Unify logging
This commit is contained in:
parent
a1514f8bd3
commit
283d26d831
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
LOGDIR=$HOME/.local/log/bloop
|
||||
mkdir -p $LOGDIR
|
||||
exec svlogd -ttt $LOGDIR
|
1
bloop/log/run
Symbolic link
1
bloop/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
5
log
Executable file
5
log
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
SERVICE=${0:a:h:h:t}
|
||||
LOGDIR=$HOME/.local/log/$SERVICE
|
||||
mkdir -p $LOGDIR
|
||||
exec svlogd -ttt $LOGDIR
|
1
picom/log/run
Symbolic link
1
picom/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/zsh
|
||||
LOGDIR=$HOME/.local/log/pipewire-pulse
|
||||
mkdir -p $LOGDIR
|
||||
exec svlogd -ttt $LOGDIR
|
1
pipewire-pulse/log/run
Symbolic link
1
pipewire-pulse/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
LOGDIR=$HOME/.local/log/pipewire
|
||||
mkdir -p $LOGDIR
|
||||
exec svlogd -ttt $LOGDIR
|
1
pipewire/log/run
Symbolic link
1
pipewire/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec logger -t syncthing
|
||||
|
1
syncthing/log/run
Symbolic link
1
syncthing/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
exec tee ~/.synergy/log
|
1
synergys/log/run
Symbolic link
1
synergys/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
1
wireplumber/log/run
Symbolic link
1
wireplumber/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
3
wireplumber/run
Executable file
3
wireplumber/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
sv check pipewire >/dev/null || exit 1
|
||||
exec wireplumber
|
1
xss-lock/log/run
Symbolic link
1
xss-lock/log/run
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../log
|
Loading…
Reference in a new issue