new service: pass-secret-service

This commit is contained in:
crater2150 2023-08-20 18:01:32 +02:00
parent 4397e0a766
commit 7555b91fdf
2 changed files with 12 additions and 0 deletions

4
pass-secret-service/log/run Executable file
View 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
View 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