Compare commits
2 commits
df4ffd2d77
...
8cabb029b3
Author | SHA1 | Date | |
---|---|---|---|
![]() |
8cabb029b3 | ||
![]() |
e81f28cf04 |
2 changed files with 3 additions and 0 deletions
2
.envrc
2
.envrc
|
@ -2,6 +2,8 @@
|
|||
|
||||
python3 -m venv .venv
|
||||
source ./.venv/bin/activate
|
||||
PATH_add .venv/bin
|
||||
python3 -m pip install --upgrade pip
|
||||
|
||||
export BW_GIT_DEPLOY_CACHE=.cache/bw/git_deploy
|
||||
export EXPERIMENTAL_UPLOAD_VIA_CAT=1
|
||||
|
|
|
@ -31,6 +31,7 @@ def systemd(metadata):
|
|||
'User': config.get('user', 'root'),
|
||||
'ExecStart': config['command'],
|
||||
'Environment': config.get('env'),
|
||||
'Nice': config.get('nice', 10),
|
||||
},
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue