new service: pass-secret-service
This commit is contained in:
parent
4397e0a766
commit
7555b91fdf
4
pass-secret-service/log/run
Executable file
4
pass-secret-service/log/run
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
LOGDIR=$HOME/.local/log/pass-secret-service
|
||||||
|
mkdir -p $LOGDIR
|
||||||
|
exec svlogd -ttt $LOGDIR
|
8
pass-secret-service/run
Executable file
8
pass-secret-service/run
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/zsh
|
||||||
|
exec 2>&1
|
||||||
|
|
||||||
|
source common.zsh
|
||||||
|
import-env awesome
|
||||||
|
|
||||||
|
. $HOME/.local/share/pyenv/versions/3.10.0/envs/pass_secret_service/bin/activate
|
||||||
|
pass_secret_service
|
Loading…
Reference in a new issue